Merge pull request #4 from fightforlife/patch-1

added tzdata package
master
xagaba 5 years ago committed by GitHub
commit 4c3855360d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,7 +1,7 @@
# Snapraid 1.4 # Snapraid 1.4
FROM alpine:latest 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 && \ 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 && \ git clone https://github.com/Chronial/snapraid-runner.git /app/snapraid-runner && \
chmod +x /app/snapraid-runner/snapraid-runner.py && \ chmod +x /app/snapraid-runner/snapraid-runner.py && \

Loading…
Cancel
Save