Skip to content

Commit 23de473

Browse files
authored
Add curl to image to let healthcheck actually run (jmartin82#104)
Signed-off-by: Michael Irwin <mikesir87@gmail.com>
1 parent b3ac9dd commit 23de473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM alpine:3.6
22

33
RUN apk --no-cache add \
4-
ca-certificates
4+
ca-certificates curl
55

66
RUN mkdir /config
77
RUN mkdir /tls

0 commit comments

Comments
 (0)