add gyp deps

This commit is contained in:
Pavel 2022-07-18 16:46:59 +03:00 committed by GitHub
commit f76c86cf69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 22 deletions

View File

@ -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)

View File

@ -1,10 +1,2 @@
FROM node:fermium-alpine
LABEL maintainer "Tim Brust <github@timbrust.de>"
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++

View File

@ -1,10 +1,2 @@
FROM node:gallium-alpine
LABEL maintainer "Tim Brust <github@timbrust.de>"
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++

View File

@ -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.