mirror of
https://github.com/casjaysdevdocker/buildah
synced 2025-09-18 15:57:52 -04:00
🗃️ Committing everything that changed 🗃️
Some checks failed
release-tag / release-image (push) Has been cancelled
Some checks failed
release-tag / release-image (push) Has been cancelled
Dockerfile
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user