added curl to container per Discord request

This commit is contained in:
Chris Caron 2024-07-06 17:56:14 -04:00
parent 956d0865cb
commit 4fbbd8ba65

View File

@ -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 && \