Skip to content

Commit e398554

Browse files
committed
Remove __pycache__
1 parent 2aaa112 commit e398554

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ RUN ./scripts/install_full.sh
5454
# Remove CLI source code from the final image and normalize line endings.
5555
RUN dos2unix /usr/local/bin/az /usr/local/bin/az.completion.sh
5656

57+
# Remove __pycache__
58+
RUN find /usr/local -name __pycache__ | xargs rm -rf
59+
5760
#---------------------------------------------------------------------------------------------
5861

5962
FROM common

0 commit comments

Comments
 (0)