Skip to content

Commit

Permalink
Remove __pycache__
Browse files Browse the repository at this point in the history
  • Loading branch information
hholst80 committed Feb 7, 2023
1 parent 2aaa112 commit e398554
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ RUN ./scripts/install_full.sh
# Remove CLI source code from the final image and normalize line endings.
RUN dos2unix /usr/local/bin/az /usr/local/bin/az.completion.sh

# Remove __pycache__
RUN find /usr/local -name __pycache__ | xargs rm -rf

#---------------------------------------------------------------------------------------------

FROM common
Expand Down

0 comments on commit e398554

Please sign in to comment.