From 6bd26811a20937e4c6ba8a466209ef3935b569ff Mon Sep 17 00:00:00 2001 From: fr00t Date: Mon, 19 Feb 2024 19:05:42 +0100 Subject: [PATCH] Update Dockerfile (#308) --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c4868aa..650188f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,6 @@ WORKDIR /usr/src/app ENV PYTHONUNBUFFERED=1 RUN apk add g++ make RUN apk add --update --no-cache python3 && ln -sf python3 /usr/bin/python -RUN python3 -m ensurepip --break-system-packages RUN pip3 install --no-cache --upgrade pip setuptools --break-system-packages # Install app dependencies