Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
f443d220c6 | |||
52866e8aa5 | |||
50cb638732 | |||
67470d22f4 | |||
5a3f5a1a72 | |||
3cdcc3738b |
@ -1,3 +1,3 @@
|
||||
FROM node:11.3.0-alpine
|
||||
LABEL author="Lossless GmbH <hello@lossless.com>"
|
||||
RUN apk update && apk add bash && apk cache clean
|
||||
RUN apk update && apk add bash libc6-compat
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ht-docker-node",
|
||||
"version": "5.0.3",
|
||||
"version": "5.0.6",
|
||||
"description": "docker image with nodejs with shipzone.io support",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
@ -5,5 +5,5 @@ npmci -v
|
||||
npmci install lts
|
||||
|
||||
# check if npm picks it up
|
||||
npmci command npm install -g npmts
|
||||
npmci command npmts -v
|
||||
npmci command npm install -g @gitzone/gitzone
|
||||
npmci command gitzone -v
|
||||
|
Reference in New Issue
Block a user