Skip to content

Commit

Permalink
Fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rammpeter committed Nov 24, 2021
1 parent 367d009 commit fd9b104
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ COPY ${BACKEND_SRC_PATH} .
RUN bundle exec rake assets:precompile

RUN echo "### reduce storage / remove unnecessary packages" && \
rm -f /usr/java/latest/lib/src.zip && \
rm -f Panorama.war && \
rm -f Panorama.log && \
rm -f Usage.log && \
rm -rf tmp/cache/*
rm -f /usr/java/latest/lib/src.zip && \
rm -f Panorama.war && \
rm -f Panorama.log && \
rm -f Usage.log && \
rm -rf tmp/cache/* && \
rm -rf log/*

FROM oraclelinux:8-slim as run_stage
Expand Down

0 comments on commit fd9b104

Please sign in to comment.