add tzdata package

tzdata package is needed to set the timezone inside the container using the environment variable, like `TZ=Europe/Berlin`
master
Frederik 5 years ago committed by GitHub
parent 305c7dacf4
commit 5f143286c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,7 +1,7 @@
# Snapraid 1.4
FROM alpine:latest
RUN apk --update add python3 git smartmontools && \
RUN apk --update add python3 git smartmontools tzdata && \
apk add snapraid --update-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing --allow-untrusted && \
git clone https://github.com/Chronial/snapraid-runner.git /app/snapraid-runner && \
chmod +x /app/snapraid-runner/snapraid-runner.py && \

Loading…
Cancel
Save