From 5f74bfdff4a538d290cd74b53f3cbd3763bc7556 Mon Sep 17 00:00:00 2001 From: TheSpad Date: Sun, 16 Jul 2023 20:27:49 +0100 Subject: [PATCH] Remove redundant packages --- Dockerfile | 2 -- Dockerfile.aarch64 | 2 -- 2 files changed, 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 83e9b60..27c2937 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,8 +21,6 @@ RUN \ nodejs-current && \ apk add -U --no-cache --virtual=build-dependencies \ build-base \ - g++ \ - gcc \ git \ icu-libs \ npm \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 62b1e07..b6dea06 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -21,8 +21,6 @@ RUN \ nodejs-current && \ apk add -U --no-cache --virtual=build-dependencies \ build-base \ - g++ \ - gcc \ git \ icu-libs \ npm \