fix(core): update
This commit is contained in:
parent
e8aca4a903
commit
d2e6b3c53d
@ -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
|
||||
|
@ -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
22
package.json
Normal 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"
|
||||
}
|
Loading…
Reference in New Issue
Block a user