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