Skip to content

Commit

Permalink
Merge pull request #222 from ogomaemmanuel/node-sass
Browse files Browse the repository at this point in the history
added python2
  • Loading branch information
ogomaemmanuel committed Oct 29, 2023
2 parents fa77985 + b0b6ea3 commit 3231599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hr_core/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM node:18.16.0-alpine as nodejs
WORKDIR /app
COPY . .
RUN unset NODE_OPTIONS
RUN apk add --no-cache python3 git make g++
RUN apk add --no-cache python2 git make g++
RUN git config --global url."https://github.com".insteadOf git://github.com
RUN npm install -g node-gyp && npm install
RUN npm run prod
Expand Down

0 comments on commit 3231599

Please sign in to comment.