preinstall ca-certificates and curl
All checks were successful
dockers/alpine/pipeline/head This commit looks good

This commit is contained in:
chris 2020-05-31 16:34:45 +02:00
parent 5072eef93d
commit fb3f490148

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