Update Dockerfile

This commit is contained in:
2023-05-23 13:07:21 +02:00
committed by GitHub
parent 4c6fc526f0
commit a92d507524

View File

@@ -1,6 +1,6 @@
FROM python:3.11.3-slim-bullseye 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 --upgrade pip
RUN pip install --no-cache-dir -q autoflake RUN pip install --no-cache-dir -q autoflake