Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
linozen committed Jul 18, 2021
1 parent 13a6af1 commit db39d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ USER root
RUN apt-get remove -y --purge make gcc build-essential \
&& apt-get auto-remove -y \
&& rm -rf /var/lib/apt/lists/* \
&& find /usr/local/lib/python3.7 -name "*.pyc" -type f -delete
&& find /usr/local/lib/python3.9 -name "*.pyc" -type f -delete

USER nonroot
EXPOSE 8501
Expand Down

0 comments on commit db39d8b

Please sign in to comment.