Skip to content

Commit

Permalink
Merge pull request #449 from adamantike/fix/delete-influxdb-deb-from-…
Browse files Browse the repository at this point in the history
…docker-image
  • Loading branch information
AnalogJ authored Apr 6, 2023
2 parents 2e4ba44 + fb7848f commit 8c3afc3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ 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 -L https://dl.influxdata.com/influxdb/releases/influxdb2-2.2.0-${TARGETARCH}.deb --output /tmp/influxdb2-2.2.0-${TARGETARCH}.deb \
&& dpkg -i --force-all /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 /

Expand Down

0 comments on commit 8c3afc3

Please sign in to comment.