Skip to content

Commit

Permalink
Add curl to the dockerfile for data export #2559
Browse files Browse the repository at this point in the history
  • Loading branch information
iamleeg committed May 31, 2022
1 parent 35b5482 commit 72f906f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-serving/scripts/export-data/Dockerfile_full_export
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.14
RUN apk update
RUN apk add bash aws-cli
RUN apk add bash aws-cli curl

COPY common.sh .
COPY full_export.sh .
Expand Down

0 comments on commit 72f906f

Please sign in to comment.