Skip to content

Commit

Permalink
fix: cull less aggressively
Browse files Browse the repository at this point in the history
  • Loading branch information
tymees committed Sep 4, 2024
1 parent ba2154b commit 17fc84e
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 @@ -14,7 +14,7 @@ RUN apk add git xmlsec gettext
RUN pip install -r requirements.txt

# Cleanup build-only packages
RUN apk del git postgresql-dev gcc musl-dev libffi-dev
RUN apk del git gcc musl-dev libffi-dev

# Compile messages
RUN python manage.py compilemessages
Expand Down

0 comments on commit 17fc84e

Please sign in to comment.