From 82ccf97ac6a478056158f5a931fb416a3cfc5851 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Michael=20O=2E=20Hegg=C3=B8?= Date: Wed, 22 Apr 2020 15:44:18 +0200 Subject: [PATCH] Fix wdqs-frontend build --- wdqs-frontend/latest/Dockerfile | 2 +- wdqs-frontend/legacy/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wdqs-frontend/latest/Dockerfile b/wdqs-frontend/latest/Dockerfile index 34acd9b..26098a9 100644 --- a/wdqs-frontend/latest/Dockerfile +++ b/wdqs-frontend/latest/Dockerfile @@ -18,7 +18,7 @@ COPY --from=fetcher /wikidata-query-gui-master /tmp/wikidata-query-gui-master WORKDIR /tmp/wikidata-query-gui-master # Put wdqs gui in the right place -RUN apk --no-cache add --virtual build-dependencies ca-certificates~=20190108 git~=2.22 nodejs~=10 npm~=10 jq~=1.6 python~=2.7 make~=4.2 g++~=8.3 +RUN apk --no-cache add --virtual build-dependencies ca-certificates~=20191127-r0 git~=2.22 nodejs~=10 npm~=10 jq~=1.6 python~=2.7 make~=4.2 g++~=8.3 # TODO do npm build instead of leaving any dev node modules hanging around RUN mv package.json package.json.orig \ diff --git a/wdqs-frontend/legacy/Dockerfile b/wdqs-frontend/legacy/Dockerfile index 40d65a4..0454d67 100644 --- a/wdqs-frontend/legacy/Dockerfile +++ b/wdqs-frontend/legacy/Dockerfile @@ -18,7 +18,7 @@ COPY --from=fetcher /wikidata-query-gui-master /tmp/wikidata-query-gui-master WORKDIR /tmp/wikidata-query-gui-master # Put wdqs gui in the right place -RUN apk --no-cache add --virtual build-dependencies ca-certificates~=20190108 git~=2.22 nodejs~=10 npm~=10 jq~=1.6 python~=2.7 make~=4.2 g++~=8.3 +RUN apk --no-cache add --virtual build-dependencies ca-certificates~=20191127-r0 git~=2.22 nodejs~=10 npm~=10 jq~=1.6 python~=2.7 make~=4.2 g++~=8.3 # TODO do npm build instead of leaving any dev node modules hanging around RUN mv package.json package.json.orig \