diff --git a/Dockerfile b/Dockerfile index b7ec3dc..aae59af 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ WORKDIR /app COPY requirements.txt ./ RUN pip install --no-cache-dir -r requirements.txt -RUN apk get rsync +RUN apt-get install -y rsync COPY . ./