Browse Source

use alpine as base image

master v1.0.2
Nicolas Massé 4 years ago
parent
commit
fa54c803af
  1. 1
      Containerfile

1
Containerfile

@ -3,7 +3,6 @@ RUN apk --no-cache add ca-certificates \
&& update-ca-certificates
ARG BUILT_ARTIFACT
ADD "$BUILT_ARTIFACT" /
COPY ca-bundle.crt /etc/ssl/certs/ca-certificates.crt
ENTRYPOINT [ "/github-mirror" ]
CMD []

Loading…
Cancel
Save