Skip to content

Commit 6d66304

Browse files
committed
Fix broken curl in docker builder container
[skip ci]
1 parent cb58d5c commit 6d66304

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM docker:17.05.0-ce-git
22

3-
RUN apk add --update \
3+
RUN apk update \
4+
&& apk upgrade \
5+
&& apk add --update \
46
bash \
57
curl

0 commit comments

Comments
 (0)