diff --git a/.github/workflows/buildx.yml b/.github/workflows/buildx.yml index 01716c0..e6b4abf 100644 --- a/.github/workflows/buildx.yml +++ b/.github/workflows/buildx.yml @@ -27,7 +27,7 @@ jobs: - name: Prepare id: prepare run: | - DOCKER_IMAGE=timbru31/node-alpine-git + DOCKER_IMAGE=neur0toxine/node-alpine-git-gyp TEMP="${{ matrix.docker-file.tags }}" TAGZ=($TEMP) diff --git a/14/Dockerfile b/14/Dockerfile index 92b6073..842863b 100644 --- a/14/Dockerfile +++ b/14/Dockerfile @@ -1,10 +1,2 @@ -FROM node:fermium-alpine -LABEL maintainer "Tim Brust " - -ARG REFRESHED_AT -ENV REFRESHED_AT $REFRESHED_AT - -RUN apk -U upgrade \ - && apk add --no-cache \ - git \ - openssh +FROM timbru31/node-alpine-git:14 +RUN apk -U upgrade && apk add --no-cache python3 make g++ diff --git a/16/Dockerfile b/16/Dockerfile index e9ea68a..904a81e 100644 --- a/16/Dockerfile +++ b/16/Dockerfile @@ -1,10 +1,2 @@ -FROM node:gallium-alpine -LABEL maintainer "Tim Brust " - -ARG REFRESHED_AT -ENV REFRESHED_AT $REFRESHED_AT - -RUN apk -U upgrade \ - && apk add --no-cache \ - git \ - openssh +FROM timbru31/node-alpine-git:16 +RUN apk -U upgrade && apk add --no-cache python3 make g++ diff --git a/README.md b/README.md index ad28763..b010d71 100644 --- a/README.md +++ b/README.md @@ -27,4 +27,5 @@ These Dockerfiles leverage the new `buildx` functionality and offer the followin --- -Built by (c) Tim Brust and contributors. Released under the MIT license. +Originally built by (c) Tim Brust and contributors. Released under the MIT license. +I've only added python and some build-utils on top of existing images.