Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
popenc authored Apr 9, 2024
1 parent 74960d6 commit e03349a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ RUN micromamba run -n $CONDA_ENV pip uninstall -y xhtml2pdf && micromamba run -n

# Security Issues Mitigations
# ------------------------- #
RUN apk del gfortran
# RUN apk del gfortran
RUN rm -R /opt/conda/pkgs/redis*
#RUN rm -R /opt/conda/bin/redis*
RUN rm -R /opt/conda/pkgs/postgres*
Expand All @@ -67,4 +67,4 @@ EXPOSE 8080
ENV PYTHONPATH /src:$PYTHONPATH
ENV PATH /src:$PATH

USER $APP_USER
USER $APP_USER

0 comments on commit e03349a

Please sign in to comment.