🗃️ Committing everything that changed 🗃️
Some checks failed
release-tag / release-image (push) Has been cancelled

Dockerfile
This commit is contained in:
casjay
2025-09-05 22:14:56 -04:00
parent 09a6813898
commit cb110030d6

View File

@@ -84,7 +84,7 @@ RUN touch "/etc/profile" "/root/.profile" ; \
[ -f "/usr/local/etc/docker/env/default.sample" ] && [ -d "/etc/profile.d" ] && \
cp -Rf "/usr/local/etc/docker/env/default.sample" "/etc/profile.d/container.env.sh" && chmod 755 "/etc/profile.d/container.env.sh" ; \
BASH_CMD="$(type -P bash)" ; [ -f "$BASH_CMD" ] && rm -rf "/bin/sh" && ln -sf "$BASH_CMD" "/bin/sh" ; \
pip install certbot-dns-rfc2136
pip install --break-system-packages certbot-dns-rfc2136
RUN set -ex ; \
echo