Update python package name

master
xagaba 6 years ago committed by GitHub
parent 4a92534e8a
commit 1c1139ed7e
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 python git smartmontools && \
RUN apk --update add python3 git smartmontools && \
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