Skip to content

Commit 7666af9

Browse files
authoredSep 28, 2022
Fix pip install error (#12198)
Fix the error of pip install introduced in PR #12197
1 parent 9c60232 commit 7666af9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎dockers/docker-sonic-mgmt/Dockerfile.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ RUN python3 -m pip install setuptools-rust \
255255
scapy==2.4.5 \
256256
celery[redis]==4.4.7 \
257257
msrest==0.6.21 \
258-
python-dateutil \
258+
python-dateutil
259259

260260
# Deactivating a virtualenv
261261
ENV PATH="$BACKUP_OF_PATH"

0 commit comments

Comments
 (0)
Please sign in to comment.