preinstall ca-certificates

This commit is contained in:
chris 2020-05-31 16:34:45 +02:00
parent 5072eef93d
commit b87b11572e
1 changed files with 1 additions and 0 deletions

View File

@ -19,5 +19,6 @@ FROM scratch
ARG VERSION
ARG DATE
COPY --from=build /dest /
RUN apk add --no-cache ca-certificates
CMD ["/bin/sh"]
LABEL version.alpine=$VERSION build.date=$DATE