|
|
|
@ -44,7 +44,7 @@ RUN apt-get update && apt-get install -y cron smartmontools ca-certificates curl
|
|
|
|
|
&& tar xzf /tmp/s6-overlay-${S6_ARCH}.tar.gz -C / \
|
|
|
|
|
&& rm -rf /tmp/s6-overlay-${S6_ARCH}.tar.gz \
|
|
|
|
|
&& curl https://dl.influxdata.com/influxdb/releases/influxdb2-2.2.0-${TARGETARCH}.deb -L -s --output /tmp/influxdb2-2.2.0-${TARGETARCH}.deb \
|
|
|
|
|
&& dpkg -i /tmp/influxdb2-2.2.0-${TARGETARCH}.deb \
|
|
|
|
|
&& dpkg -i --force-all /tmp/influxdb2-2.2.0-${TARGETARCH}.deb \
|
|
|
|
|
&& rm -rf /tmp/influxdb2-2.2.0-${TARGETARCH}.deb
|
|
|
|
|
|
|
|
|
|
COPY /rootfs /
|
|
|
|
|