fixing download command (using curl).

pull/222/head
Jason Kulatunga 2 years ago
parent 77da0f5a57
commit d26e452a4a

@ -35,7 +35,7 @@ ENV INFLUXD_CONFIG_PATH=/scrutiny/influxdb
RUN apt-get update && apt-get install -y cron smartmontools=7.0-0ubuntu1~ubuntu18.04.1 ca-certificates curl tzdata \
&& update-ca-certificates \
RUN case ${TARGETARCH} in \
case ${TARGETARCH} in \
"amd64") S6_ARCH=amd64 ;; \
"arm64") S6_ARCH=aarch64 ;; \
esac \

Loading…
Cancel
Save