Skip to content
This repository was archived by the owner on Mar 18, 2021. It is now read-only.

Commit

Permalink
Merge pull request eea#2 from rvanlaak/patch-1
Browse files Browse the repository at this point in the history
Allow resolving certificates
  • Loading branch information
avoinea authored Oct 31, 2019
2 parents 57b56ea + bda1d92 commit aeb1c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3.5
MAINTAINER "EEA: IDM2 A-Team" <[email protected]>

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"]
Expand Down

0 comments on commit aeb1c82

Please sign in to comment.