update dockerfile (#40699)

pull/40706/head
Kevin Minehart 4 years ago committed by GitHub
parent 565537c6e2
commit 7e05536a22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      packaging/docker/Dockerfile

@ -27,7 +27,9 @@ ENV PATH=/usr/share/grafana/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bi
WORKDIR $GF_PATHS_HOME
RUN apk add --no-cache ca-certificates bash tzdata && \
apk add --no-cache openssl musl-utils
apk add --no-cache musl-utils
RUN apk add --no-cache openssl --repository=http://dl-cdn.alpinelinux.org/alpine/edge/main
# Oracle Support for x86_64 only
RUN if [ `arch` = "x86_64" ]; then \

Loading…
Cancel
Save