Skip to content

Commit

Permalink
Try wget.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamghill committed Nov 29, 2024
1 parent 41ef560 commit 6ac7c0d
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 @@ -43,7 +43,7 @@ WORKDIR /site
EXPOSE 80

# Install curl, collect static assets, compress static assets
RUN apt-get install --no-install-recommends -y curl && \
RUN apt-get install --no-install-recommends -y wget && \
python app.py collectstatic -v 2 --noinput && \
python app.py compress

Expand Down

0 comments on commit 6ac7c0d

Please sign in to comment.