Skip to content
This repository has been archived by the owner on Jul 4, 2021. It is now read-only.

Commit

Permalink
Update wdqs-frontend deps to fix builds
Browse files Browse the repository at this point in the history
  • Loading branch information
addshore committed May 27, 2020
1 parent ce28ac8 commit e358697
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wdqs-frontend/latest/Dockerfile
Expand Up @@ -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~=20191127-r0 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-r1 git~=2.24 nodejs~=12 npm~=12 jq~=1.6 python~=2.7 make~=4.2 g++~=9.2

# TODO do npm build instead of leaving any dev node modules hanging around
RUN mv package.json package.json.orig \
Expand Down
2 changes: 1 addition & 1 deletion wdqs-frontend/legacy/Dockerfile
Expand Up @@ -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~=20191127-r0 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-r1 git~=2.24 nodejs~=12 npm~=12 jq~=1.6 python~=2.7 make~=4.2 g++~=9.2

# TODO do npm build instead of leaving any dev node modules hanging around
RUN mv package.json package.json.orig \
Expand Down

0 comments on commit e358697

Please sign in to comment.