Add Curl to Docker image (#11687)
This commit is contained in:
parent
44f088bb47
commit
fdf5f671cf
@ -26,10 +26,12 @@ FROM alpine:edge
|
|||||||
# show backtraces
|
# show backtraces
|
||||||
ENV RUST_BACKTRACE 1
|
ENV RUST_BACKTRACE 1
|
||||||
|
|
||||||
|
# curl is installed to help create health and readiness checks on Kubernetes
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
libstdc++ \
|
libstdc++ \
|
||||||
eudev-libs \
|
eudev-libs \
|
||||||
libgcc
|
libgcc \
|
||||||
|
curl
|
||||||
|
|
||||||
RUN addgroup -g 1000 openethereum \
|
RUN addgroup -g 1000 openethereum \
|
||||||
&& adduser -u 1000 -G openethereum -s /bin/sh -D openethereum
|
&& adduser -u 1000 -G openethereum -s /bin/sh -D openethereum
|
||||||
|
Loading…
Reference in New Issue
Block a user