From c981d739bee66a670a72a856baa9f6a199da6b2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8E=AB=E6=8C=AF=E5=AE=87?= Date: Mon, 11 Apr 2022 01:49:56 +0800 Subject: [PATCH] modify dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b93e0a6..2dd7dea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN cd / && git clone https://github.com/tuna/tunasync-scripts.git FROM --platform=$TARGETPLATFORM alpine:3 -RUN apk update && apk add --no-cache rsync wget htop bash python3 && \ +RUN apk update && apk add --no-cache rsync wget htop bash python3 py3-pip && \ mkdir -p /app && mkdir /data && rm -rf /var/cache/apk/* RUN wget http://ftp-master.debian.org/ftpsync.tar.gz && tar -vxf *.tar.gz -C / && rm -rf *.tar.gz && cp -rf /distrib/* / && rm -rf /distrib