Compare commits

...

15 Commits

Author SHA1 Message Date
7b79104520 1.0.75 2022-01-28 00:07:13 +01:00
ee8ad96796 1.0.74 2021-02-27 01:35:00 +00:00
15e001b126 fix(core): update 2021-02-27 01:34:59 +00:00
8d6415f5d0 1.0.73 2021-02-27 01:31:56 +00:00
50845053ad fix(core): update 2021-02-27 01:31:55 +00:00
2ff559917d 1.0.72 2021-02-27 01:14:08 +00:00
cf21b33831 fix(core): update 2021-02-27 01:14:08 +00:00
c2a493ae5a 1.0.71 2021-02-27 01:12:35 +00:00
eef4ab8ca3 fix(core): update 2021-02-27 01:12:35 +00:00
01ac9b637d 1.0.70 2021-02-27 01:05:52 +00:00
181d0ff6d7 fix(core): update 2021-02-27 01:05:51 +00:00
0d06199c58 1.0.69 2021-02-27 00:58:20 +00:00
7aa27daebc fix(core): update 2021-02-27 00:58:20 +00:00
6671bdd6a6 1.0.68 2021-02-27 00:52:59 +00:00
36d3466a48 fix(core): update 2021-02-27 00:52:58 +00:00
3 changed files with 4 additions and 3 deletions

View File

@ -33,8 +33,9 @@ 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 rust python3 && \
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.67",
"version": "1.0.75",
"lockfileVersion": 1
}

View File

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