remove upgrade command, it seems to conflict with coreos.

This commit is contained in:
Hyatt 2025-01-17 07:35:20 -06:00
parent 3f9914c2b3
commit 1b63254a50
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -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" ]
"""