Skip to content

Commit 28a3877

Browse files
authored
Merge pull request #147 from kilpatty/dockerfile-fix-gmp
docker: add gmp-dev to fix compilation issues on Alpine
2 parents be51b21 + 1b1f1dd commit 28a3877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ COPY package.json \
1212

1313
# Install build dependencies and compile
1414
FROM base AS build
15-
RUN apk add --no-cache g++ gcc make python2
15+
RUN apk add --no-cache g++ gcc make python2 gmp-dev
1616
RUN npm install --production
1717

1818
FROM base

0 commit comments

Comments
 (0)