diff --git a/Dockerfile b/Dockerfile index dc7e64e31..7cd06e673 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM node:7.6 -# Install yarn -RUN npm install -g yarn +# Add node-gyp for bcrypt build support +RUN yarn global add node-gyp # Create app directory RUN mkdir -p /usr/src/app