Skip to content

Commit 100d2d7

Browse files
Put back curl and ca-certificates in the image
Don't delete curl and ca-certificates, it is needed for consul script healthcheck.
1 parent 060bfc9 commit 100d2d7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

0.6/consul/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ RUN apk --no-cache add curl ca-certificates \
1010
&& cd /bin \
1111
&& unzip /tmp/consul.zip \
1212
&& chmod +x /bin/consul \
13-
&& rm /tmp/consul.zip \
14-
&& apk del curl ca-certificates
13+
&& rm /tmp/consul.zip
1514

1615
ENTRYPOINT ["/bin/consul"]

0 commit comments

Comments
 (0)