install g++ in docker image

This commit is contained in:
Andrei Canta 2023-03-21 21:22:58 +02:00
parent 37a4ccf144
commit cbb6416830

View file

@ -1,6 +1,6 @@
# Build the react project
FROM node:18-alpine as builder
RUN apk --no-cache add python3 make
RUN apk add --no-cache python make g++
WORKDIR /app