Compare commits

...

4 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
0d9941fb09 1.0.81 2022-01-28 00:38:46 +01:00
24f7eef3af fix(core): update 2022-01-28 00:38:45 +01:00
3 changed files with 10 additions and 10 deletions

View File

@ -3,6 +3,7 @@ FROM docker:20.10.8
RUN apk update && apk add --no-cache \
git \
openssl \
openssl-dev \
ca-certificates \
bash \
curl \
@ -10,6 +11,7 @@ RUN apk update && apk add --no-cache \
gcc \
g++ \
python3 \
python3-dev \
py3-pip \
linux-headers \
paxctl \
@ -19,7 +21,12 @@ RUN apk update && apk add --no-cache \
nodejs-current \
npm \
krb5-libs \
&& update-ca-certificates
&& update-ca-certificates \
rust \
docker-cli \
libffi-dev \
libc-dev \
docker-compose
# Add the patch fix
COPY ./stack-fix.c /lib/
@ -36,10 +43,3 @@ RUN set -ex \
ENV LD_PRELOAD /lib/stack-fix.so
RUN npm config set unsafe-perm true
ENV CRYPTOGRAPHY_DONT_BUILD_RUST=1
RUN apk update && \
apk add --no-cache docker-cli python3 && \
apk add --no-cache --virtual .docker-compose-deps python3-dev libffi-dev openssl-dev gcc libc-dev make && \
pip3 install docker-compose && \
apk del .docker-compose-deps

2
package-lock.json generated
View File

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

View File

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