From 3a7aaa083afe4c8221c077d690092c5e56214318 Mon Sep 17 00:00:00 2001 From: admtracksteel Date: Mon, 22 Jun 2026 19:12:02 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Auto-deploy:=20BrainKP=20atualiz?= =?UTF-8?q?ado=20em=2022/06/2026=2019:12:02?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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