Update 'Dockerfile'

debian
yeti 3 years ago
parent 4cfa21a502
commit b5ea52f653

@ -4,7 +4,7 @@ FROM debian:bullseye
RUN apt update && apt upgrade && \
apt install python3 git snapraid smartmontools tzdata && \
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
RUN echo '0 3 * * * /usr/bin/python3 /app/snapraid-runner/snapraid-runner.py -c /config/snapraid-runner.conf' > /etc/crontabs/root

Loading…
Cancel
Save