remove upgrade command, it seems to conflict with coreos.
This commit is contained in:
parent
3f9914c2b3
commit
1b63254a50
@ -146,8 +146,7 @@ RUN set -eux && \\
|
||||
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 bash && \\
|
||||
update-ca-certificates --fresh && \\
|
||||
apk --no-cache upgrade
|
||||
update-ca-certificates --fresh
|
||||
|
||||
ENTRYPOINT [ "/bin/bash", "-c", "start.sh" ]
|
||||
"""
|
||||
|
Reference in New Issue
Block a user