corrects syntax
This commit is contained in:
parent
c87a006218
commit
645b29aa65
@ -142,12 +142,12 @@ COPY *.sh /usr/local/bin/
|
||||
COPY test-chamber-13.lan.root.crt /usr/local/share/ca-certificates/
|
||||
|
||||
RUN set -eux && \\
|
||||
chmod +x /usr/local/bin/start.sh /usr/local/bin/sign-zone.sh
|
||||
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 && \\
|
||||
update-ca-certificates --fresh && \\
|
||||
apk --no-cache upgrade && \\
|
||||
apk --no-cache upgrade
|
||||
|
||||
CMD [ "/bin/bash", "-c", "start.sh" ]
|
||||
"""
|
||||
|
Reference in New Issue
Block a user