|
|
|
@ -1,6 +1,6 @@
|
|
|
|
FROM alpine:latest
|
|
|
|
FROM alpine:latest
|
|
|
|
|
|
|
|
|
|
|
|
RUN apk --update add python git && \
|
|
|
|
RUN apk --update add python git smartmontools && \
|
|
|
|
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 && \
|
|
|
|
|