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

Commit

Permalink
Refs #89044 - Add curl
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Oct 24, 2017
1 parent ddc49b6 commit 0d31234
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
RUN apk add --no-cache --virtual .run-deps rsync openssh tzdata curl
COPY docker-entrypoint.sh /

ENTRYPOINT ["/docker-entrypoint.sh"]
Expand Down

0 comments on commit 0d31234

Please sign in to comment.