We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aaa112 commit e398554Copy full SHA for e398554
Dockerfile
@@ -54,6 +54,9 @@ RUN ./scripts/install_full.sh
54
# Remove CLI source code from the final image and normalize line endings.
55
RUN dos2unix /usr/local/bin/az /usr/local/bin/az.completion.sh
56
57
+# Remove __pycache__
58
+RUN find /usr/local -name __pycache__ | xargs rm -rf
59
+
60
#---------------------------------------------------------------------------------------------
61
62
FROM common
0 commit comments