Skip to content

Commit

Permalink
Dockerfile: fix cryptography build by upgrading image
Browse files Browse the repository at this point in the history
Also use HTTPS for NPM package registry.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
  • Loading branch information
jakubgs committed Sep 15, 2021
1 parent 8bc5a00 commit 4461771
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:4-alpine
FROM node:12-alpine

ENV PYTHONUNBUFFERED 1

Expand All @@ -22,8 +22,8 @@ RUN apk add --no-cache \

RUN npm config set unsafe-perm true
RUN npm install -g \
--registry http://registry.npmjs.org/ \
coffee-script \
--registry https://registry.npmjs.org/ \
coffeescript \
less@1.3

RUN pip install --upgrade pip==20.3.4
Expand Down

0 comments on commit 4461771

Please sign in to comment.