ensure hosts are set when building
otherwise when we try to add the certs to .gnutls/known_hosts, it wont get the correct cert
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
FROM alpine:latest
|
||||
|
||||
RUN cat /etc/hosts
|
||||
|
||||
RUN apk update
|
||||
RUN apk upgrade
|
||||
RUN apk add --no-cache ca-certificates
|
||||
|
||||
Reference in New Issue
Block a user