Compare commits

...

2 Commits

Author SHA1 Message Date
afa0fed385 1.0.82 2022-01-28 00:52:07 +01:00
c507405605 fix(core): update 2022-01-28 00:52:07 +01:00
3 changed files with 4 additions and 9 deletions

View File

@ -25,7 +25,8 @@ RUN apk update && apk add --no-cache \
rust \ rust \
docker-cli \ docker-cli \
libffi-dev \ libffi-dev \
libc-dev libc-dev \
docker-compose
# Add the patch fix # Add the patch fix
COPY ./stack-fix.c /lib/ COPY ./stack-fix.c /lib/
@ -42,9 +43,3 @@ RUN set -ex \
ENV LD_PRELOAD /lib/stack-fix.so ENV LD_PRELOAD /lib/stack-fix.so
RUN npm config set unsafe-perm true RUN npm config set unsafe-perm true
ENV CRYPTOGRAPHY_DONT_BUILD_RUST=1
RUN apk update && \
apk add --no-cache --virtual .docker-compose-deps && \
pip3 install docker-compose && \
apk del .docker-compose-deps

2
package-lock.json generated
View File

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

View File

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