fix(core): update

This commit is contained in:
Philipp Kunz 2018-12-12 23:18:55 +01:00
parent e8aca4a903
commit d2e6b3c53d
3 changed files with 25 additions and 6 deletions

View File

@ -1,9 +1,6 @@
FROM docker:git
ENV VERSION=v8.11.1 NPM_VERSION=latest
ENV CONFIG_FLAGS="--fully-static" DEL_PKGS="libgcc libstdc++" RM_DIRS=/usr/include
RUN apk add --no-cache \
RUN apk update && apk add --no-cache \
openssl \
ca-certificates \
bash \
@ -18,7 +15,7 @@ RUN apk add --no-cache \
libstdc++ \
gnupg \
nodejs \
nodejs-npm \
&& update-ca-certificates
RUN npm install -g @shipzone/npmci
RUN npm config set unsafe-perm true

View File

@ -1,2 +1,2 @@
FROM hosttoday/ht-docker-dbase:latest
RUN yarn global add npmci
RUN npm global add @shipzone/npmci

22
package.json Normal file
View File

@ -0,0 +1,22 @@
{
"name": "ht-docker-dbase",
"version": "1.0.0",
"description": "easy CI for docker images",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/hosttoday/ht-docker-dbase.git"
},
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/hosttoday/ht-docker-dbase/issues"
},
"homepage": "https://gitlab.com/hosttoday/ht-docker-dbase#readme"
}