Add storage blob related packages (#12220)
Why I did it TestbedV2 relies on storage blob related python package to upload logs. How I did it Install storage blob related packages
This commit is contained in:
parent
09fe3f467f
commit
62692f4228
@ -87,6 +87,7 @@ RUN pip install cffi==1.12.0 \
|
|||||||
celery[redis]==4.4.7 \
|
celery[redis]==4.4.7 \
|
||||||
msrest==0.6.21 \
|
msrest==0.6.21 \
|
||||||
python-dateutil \
|
python-dateutil \
|
||||||
|
azure-storage-blob==12.9.0 \
|
||||||
&& git clone https://github.com/p4lang/scapy-vxlan.git \
|
&& git clone https://github.com/p4lang/scapy-vxlan.git \
|
||||||
&& cd scapy-vxlan \
|
&& cd scapy-vxlan \
|
||||||
&& python setup.py install \
|
&& python setup.py install \
|
||||||
@ -255,7 +256,8 @@ RUN python3 -m pip install setuptools-rust \
|
|||||||
scapy==2.4.5 \
|
scapy==2.4.5 \
|
||||||
celery[redis]==4.4.7 \
|
celery[redis]==4.4.7 \
|
||||||
msrest==0.6.21 \
|
msrest==0.6.21 \
|
||||||
python-dateutil
|
python-dateutil \
|
||||||
|
azure-storage-blob==12.9.0
|
||||||
|
|
||||||
# Deactivating a virtualenv
|
# Deactivating a virtualenv
|
||||||
ENV PATH="$BACKUP_OF_PATH"
|
ENV PATH="$BACKUP_OF_PATH"
|
||||||
|
Reference in New Issue
Block a user