Skip to content

Commit

Permalink
ci: add curl in docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
unclezoro committed Sep 14, 2022
1 parent b8020b9 commit 3d3f0a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -24,7 +24,7 @@ ENV DATA_DIR=/data

ENV PACKAGES ca-certificates~=20220614 jq~=1.6 \
bash~=5.1.16-r2 bind-tools~=9.16.29-r0 tini~=0.19.0 \
grep~=3.7 curl~=7.83.1-r2 sed~=4.8-r0
grep~=3.7 curl~=7.83.1-r2 sed~=4.8-r0 curl~=7.83

RUN apk add --no-cache $PACKAGES \
&& rm -rf /var/cache/apk/* \
Expand Down

0 comments on commit 3d3f0a8

Please sign in to comment.