|
|
|
@ -2,7 +2,7 @@
|
|
|
|
FROM ubuntu:22.04
|
|
|
|
FROM ubuntu:22.04
|
|
|
|
|
|
|
|
|
|
|
|
RUN apt update
|
|
|
|
RUN apt update
|
|
|
|
RUN apt install -y python3 git snapraid smartmontools tzdata cron
|
|
|
|
RUN DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt install -y python3 git snapraid smartmontools tzdata cron
|
|
|
|
RUN git clone https://github.com/Chronial/snapraid-runner.git /app/snapraid-runner
|
|
|
|
RUN git clone https://github.com/Chronial/snapraid-runner.git /app/snapraid-runner
|
|
|
|
RUN chmod +x /app/snapraid-runner/snapraid-runner.py
|
|
|
|
RUN chmod +x /app/snapraid-runner/snapraid-runner.py
|
|
|
|
|
|
|
|
|
|
|
|
|