diff --git a/frontend/Dockerfile b/frontend/Dockerfile index b1e0291..8c5c170 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -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