diff --git a/Dockerfile b/Dockerfile index 60b244e..a4ebff5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -64,6 +64,7 @@ RUN \ rm -rf \ /tmp/* + # copy local files COPY root/ / diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index d3607a9..e899202 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -13,8 +13,6 @@ RUN \ curl \ findutils \ jq \ - nodejs \ - npm \ openssl \ p7zip \ python3 \ @@ -64,8 +62,8 @@ RUN \ / && \ echo "**** cleanup ****" && \ rm -rf \ - /tmp/* && \ - apk del nodejs npm + /tmp/* + # copy local files COPY root/ / diff --git a/Dockerfile.armhf b/Dockerfile.armhf index caff859..717cd9a 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -13,8 +13,6 @@ RUN \ curl \ findutils \ jq \ - nodejs \ - npm \ openssl \ p7zip \ python3 \