diff --git a/Dockerfile b/Dockerfile index 7e8ca42..468e4c3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /app COPY requirements.txt . RUN apt-get update && \ - apt-get install -y --no-install-recommends rclone docker.io tar && \ + apt-get install -y --no-install-recommends rclone docker-cli tar && \ rm -rf /var/lib/apt/lists/* && \ pip install --no-cache-dir -r requirements.txt