diff --git a/Dockerfile b/Dockerfile index a13576b..b6c9397 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM python:3.11.3-slim-bullseye -# RUN apt update && apt install -y --no-install-recommends git +RUN apt update && apt install -y --no-install-recommends git RUN pip install --no-cache-dir -q --upgrade pip RUN pip install --no-cache-dir -q autoflake