From ab8e041e5a9ec1d9305b74dc883c4b9eff289f51 Mon Sep 17 00:00:00 2001 From: Trim21 Date: Sat, 29 Apr 2023 17:53:09 +0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Dockerfile b/Dockerfile index 95e81a1c..4255031a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,13 +25,6 @@ RUN apk add --no-cache \ shadow \ s6-overlay \ bash && \ - apk add --no-cache --virtual=build-dependencies \ - libxml2-dev \ - libxslt-dev \ - gcc \ - g++ \ - linux-headers \ - build-base && \ python3 -m pip install --upgrade pip && \ pip install cython && \ pip install --no-cache-dir -r requirements.txt && \ @@ -42,8 +35,6 @@ RUN apk add --no-cache \ addgroup -S ab -g 911 && \ adduser -S ab -G ab -h /ab -s /bin/bash -u 911 && \ # Clear - apk del --purge \ - build-dependencies && \ rm -rf \ /root/.cache \ /tmp/*