From b06ebaea72002a1c50b376fd6d9ce786bc105897 Mon Sep 17 00:00:00 2001 From: Karol Wypchlo Date: Tue, 13 Oct 2020 15:13:07 +0200 Subject: [PATCH] fix handshake node build --- docker/handshake/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/handshake/Dockerfile b/docker/handshake/Dockerfile index 1037430f..511d95fc 100644 --- a/docker/handshake/Dockerfile +++ b/docker/handshake/Dockerfile @@ -1,8 +1,8 @@ -# we can't use alpine image since it fails on node-gyp -FROM node:14.13.1 +FROM node:14.13.1-alpine WORKDIR /opt/hsd +RUN apk add --no-cache bash unbound-dev gmp-dev g++ gcc make python2 git RUN git clone https://github.com/handshake-org/hsd.git /opt/hsd RUN npm install --production