adds bash

This commit is contained in:
Hyatt 2024-09-29 08:01:14 -05:00
parent 645b29aa65
commit 0c568c2049
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -145,7 +145,7 @@ RUN set -eux && \\
chmod +x /usr/local/bin/start.sh /usr/local/bin/sign-zone.sh && \\
cat /usr/local/share/ca-certificates/test-chamber-13.lan.root.crt >> /etc/ssl/certs/ca-certificates.crt && \\
sed -i 's/dl-cdn.alpinelinux.org/nexus.c.test-chamber-13.lan\\/repository/g' /etc/apk/repositories && \\
apk add --no-cache ca-certificates bind-dnssec-tools && \\
apk add --no-cache ca-certificates bind-dnssec-tools bash && \\
update-ca-certificates --fresh && \\
apk --no-cache upgrade