Skip to content

Commit

Permalink
added curl to container per Discord request
Browse files Browse the repository at this point in the history
  • Loading branch information
caronc committed Jul 6, 2024
1 parent 956d086 commit 4fbbd8b
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 @@ -57,7 +57,7 @@ RUN set -eux && \
nginx && \
echo "Installing tools" && \
apt-get install -y -qq \
sed && \
curl sed && \
echo "Cleaning up" && \
apt-get --yes autoremove --purge && \
apt-get clean --yes && \
Expand Down

0 comments on commit 4fbbd8b

Please sign in to comment.