From 8c29630733d2f1cc064991c7b30015991a71f688 Mon Sep 17 00:00:00 2001 From: Conrad Date: Tue, 23 May 2023 13:05:05 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fa417e8..fd95ecc 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 bash git openssh python3 py3-pip +RUN apt update && apt install -y --no-install-recommends bash git openssh python3 python3-pip RUN pip install --no-cache-dir -q --upgrade pip RUN pip install --no-cache-dir -q autoflake