🗃️ 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:15:03 -04:00
parent beda137705
commit af5ccb9ccd

View File

@@ -115,7 +115,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