Skip to content
This repository was archived by the owner on Nov 6, 2020. It is now read-only.

Commit fdf5f67

Browse files
author
Denis Granha
authored
Add Curl to Docker image (#11687)
1 parent 44f088b commit fdf5f67

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/docker/alpine/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,12 @@ FROM alpine:edge
2626
# show backtraces
2727
ENV RUST_BACKTRACE 1
2828

29+
# curl is installed to help create health and readiness checks on Kubernetes
2930
RUN apk add --no-cache \
3031
libstdc++ \
3132
eudev-libs \
32-
libgcc
33+
libgcc \
34+
curl
3335

3436
RUN addgroup -g 1000 openethereum \
3537
&& adduser -u 1000 -G openethereum -s /bin/sh -D openethereum

0 commit comments

Comments
 (0)