From 1c1139ed7e3952048e5602ddab772ff87ac994c6 Mon Sep 17 00:00:00 2001 From: xagaba Date: Sun, 31 May 2020 10:36:28 +0200 Subject: [PATCH] Update python package name --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 20a5295..718c5a8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \