Skip to content

Commit

Permalink
Install celery in sonic-mgmt image (sonic-net#11554)
Browse files Browse the repository at this point in the history
Install celery in sonic-mgmt image
  • Loading branch information
yejianquan authored Jul 29, 2022
1 parent ae0d8a2 commit 526cd92
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dockers/docker-sonic-mgmt/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ RUN pip install cffi==1.10.0 \
retry \
thrift==0.11.0 \
allure-pytest==2.8.22 \
celery[redis]==4.4.7 \
msrest==0.6.21 \
&& git clone https://github.com/p4lang/scapy-vxlan.git \
&& cd scapy-vxlan \
&& python setup.py install \
Expand Down Expand Up @@ -246,7 +248,9 @@ RUN python3 -m pip install setuptools-rust \
retry \
thrift==0.11.0 \
ptf \
scapy==2.4.5
scapy==2.4.5 \
celery[redis]==4.4.7 \
msrest==0.6.21

# Deactivating a virtualenv.
ENV PATH="$BACKUP_OF_PATH"

0 comments on commit 526cd92

Please sign in to comment.