Merge pull request #2 from rvanlaak/patch-1

Allow resolving certificates
This commit is contained in:
Alin Voinea 2019-10-31 14:49:46 +01:00 committed by GitHub
commit aeb1c8220e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
FROM alpine:3.5
MAINTAINER "EEA: IDM2 A-Team" <eea-edw-a-team-alerts@googlegroups.com>
RUN apk add --no-cache --virtual .run-deps rsync openssh tzdata curl
RUN apk add --no-cache --virtual .run-deps rsync openssh tzdata curl ca-certificates && rm -rf /var/cache/apk/*
COPY docker-entrypoint.sh /
ENTRYPOINT ["/docker-entrypoint.sh"]