Skip to content

Commit

Permalink
Added g++
Browse files Browse the repository at this point in the history
  • Loading branch information
F1nnM committed May 3, 2021
1 parent 2916f00 commit 2434375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV PATH /app/node_modules/.bin:$PATH
# install app dependencies
COPY package.json ./
COPY package-lock.json ./
RUN apk --no-cache --virtual build-dependencies add python make
RUN apk --no-cache --virtual build-dependencies add python make g++
RUN npm ci
RUN npm install react-scripts@3.4.1 -g

Expand Down

0 comments on commit 2434375

Please sign in to comment.