Skip to content

Commit

Permalink
fix docker build by adding node-gyp (#486)
Browse files Browse the repository at this point in the history
Co-authored-by: David Klein <david@kleincyber.com>
  • Loading branch information
kleinhammer and kleincyber committed Sep 16, 2023
1 parent e68f209 commit 98c9684
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions containers/wetty/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM node:current-alpine as builder
RUN apk add -U build-base python3
WORKDIR /usr/src/app
COPY . /usr/src/app
RUN yarn global add node-gyp
RUN yarn install
RUN yarn build

Expand Down

0 comments on commit 98c9684

Please sign in to comment.