Compare commits

...

2 Commits

Author SHA1 Message Date
c719f6a14b 1.0.80 2022-01-28 00:27:19 +01:00
03a3ecdf7b fix(core): update 2022-01-28 00:27:19 +01:00
4 changed files with 6 additions and 5 deletions

View File

@ -6,8 +6,8 @@ services:
before_script: before_script:
- apk update - apk update
- apk add --no-cache git openssl ca-certificates bash curl - apk add --no-cache git openssl ca-certificates bash curl
- apk add --no-cache make gcc g++ python linux-headers paxctl - apk add --no-cache make gcc g++ python3 py3-pip linux-headers paxctl
- apk add --no-cache libgcc libstdc++ gnupg nodejs-current nodejs-npm - apk add --no-cache libgcc libstdc++ gnupg nodejs-current npm
- update-ca-certificates - update-ca-certificates
- cp ./stack-fix.c /lib/ - cp ./stack-fix.c /lib/
- set -ex - set -ex

View File

@ -9,7 +9,8 @@ RUN apk update && apk add --no-cache \
make \ make \
gcc \ gcc \
g++ \ g++ \
python \ python3 \
py3-pip \
linux-headers \ linux-headers \
paxctl \ paxctl \
libgcc \ libgcc \

2
package-lock.json generated
View File

@ -1,5 +1,5 @@
{ {
"name": "ht-docker-dbase", "name": "ht-docker-dbase",
"version": "1.0.79", "version": "1.0.80",
"lockfileVersion": 1 "lockfileVersion": 1
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "ht-docker-dbase", "name": "ht-docker-dbase",
"version": "1.0.79", "version": "1.0.80",
"description": "easy CI for docker images", "description": "easy CI for docker images",
"main": "index.js", "main": "index.js",
"directories": { "directories": {