preinstall ca-certificates and curl
dockers/alpine/pipeline/head This commit looks good Details

This commit is contained in:
chris 2020-05-31 16:34:45 +02:00
parent 5072eef93d
commit fb3f490148
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 curl
CMD ["/bin/sh"]
LABEL version.alpine=$VERSION build.date=$DATE