From 1b928bde8cf0274f2cb408359914983f916eec4e Mon Sep 17 00:00:00 2001 From: saddydead Date: Thu, 12 Mar 2026 19:50:15 +0300 Subject: [PATCH] a --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 15cadb6..dc53cae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,6 @@ FROM python:3.13-bookworm COPY ./src /src COPY ./requirements.txt /src -RUN apt update RUN pip install -r /src/requirements.txt CMD [ "python", "/src/wishlist_bot/main.py" ] \ No newline at end of file