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 \