Skip to content

Commit

Permalink
remove unecessary cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
liberty-rising committed Jan 9, 2024
1 parent 5af3e0c commit 248ae95
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions backend/Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@ RUN apt-get update && \
apt-get install -y curl postgresql-client build-essential poppler-utils && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

# Cleanup
RUN apt-get remove -y gcc libffi-dev && \
apt-get autoremove -y && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

EXPOSE 8000

Expand Down

0 comments on commit 248ae95

Please sign in to comment.