mirror of
https://github.com/Neur0toxine/docker-node-alpine-git-gyp.git
synced 2024-11-24 13:26:03 +03:00
build the image & update readme
This commit is contained in:
parent
b66fff4166
commit
39f79d8d30
1
.github/workflows/dockerimage.yml
vendored
1
.github/workflows/dockerimage.yml
vendored
@ -14,3 +14,4 @@ jobs:
|
|||||||
docker run -i $(docker build -q 14-3.13) /bin/sh -c "node --version && npm --version && bash --version && ssh -V && git --version && python3 -V && make -v && g++ -v && pkgconf --version"
|
docker run -i $(docker build -q 14-3.13) /bin/sh -c "node --version && npm --version && bash --version && ssh -V && git --version && python3 -V && make -v && g++ -v && pkgconf --version"
|
||||||
docker run -i $(docker build -q 16-3.13) /bin/sh -c "node --version && npm --version && bash --version && ssh -V && git --version && python3 -V && make -v && g++ -v && pkgconf --version"
|
docker run -i $(docker build -q 16-3.13) /bin/sh -c "node --version && npm --version && bash --version && ssh -V && git --version && python3 -V && make -v && g++ -v && pkgconf --version"
|
||||||
docker run -i $(docker build -q 16) /bin/sh -c "node --version && npm --version && bash --version && ssh -V && git --version && python3 -V && make -v && g++ -v && pkgconf --version"
|
docker run -i $(docker build -q 16) /bin/sh -c "node --version && npm --version && bash --version && ssh -V && git --version && python3 -V && make -v && g++ -v && pkgconf --version"
|
||||||
|
docker run -i $(docker build -q 18) /bin/sh -c "node --version && npm --version && bash --version && ssh -V && git --version && python3 -V && make -v && g++ -v && pkgconf --version"
|
||||||
|
@ -9,7 +9,7 @@ A minimal Dockerfile based on Node.js 14 LTS (Fermium), Node.js 16 LTS (Gallium)
|
|||||||
## What's included
|
## What's included
|
||||||
|
|
||||||
- Node.js 14 LTS (Fermium), 16 LTS (Gallium) or 18 LTS (Hydrogen)
|
- Node.js 14 LTS (Fermium), 16 LTS (Gallium) or 18 LTS (Hydrogen)
|
||||||
- npm 6 (Node.js 14) or npm 8 (Node.js 16 & 18)
|
- npm 6 (Node.js 14) or npm 8 (Node.js >=16)
|
||||||
- yarn
|
- yarn
|
||||||
- Bash
|
- Bash
|
||||||
- Git
|
- Git
|
||||||
|
Loading…
Reference in New Issue
Block a user