mirror of
https://github.com/Neur0toxine/docker-node-alpine-git-gyp.git
synced 2024-11-24 05:16:03 +03:00
add gyp deps
This commit is contained in:
commit
f76c86cf69
2
.github/workflows/buildx.yml
vendored
2
.github/workflows/buildx.yml
vendored
@ -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)
|
||||
|
@ -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++
|
||||
|
@ -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++
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user