build the image & update readme

This commit is contained in:
Pavel 2022-11-16 17:20:54 +03:00
parent b66fff4166
commit 39f79d8d30
2 changed files with 2 additions and 1 deletions

View File

@ -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 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 18) /bin/sh -c "node --version && npm --version && bash --version && ssh -V && git --version && python3 -V && make -v && g++ -v && pkgconf --version"

View File

@ -9,7 +9,7 @@ A minimal Dockerfile based on Node.js 14 LTS (Fermium), Node.js 16 LTS (Gallium)
## What's included
- 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
- Bash
- Git