Skip to content

Commit

Permalink
added curl to container per Discord request
Browse files Browse the repository at this point in the history
caronc committed Jul 6, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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
@@ -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 && \

0 comments on commit 4fbbd8b

Please sign in to comment.