diff --git a/Dockerfile b/Dockerfile index 9ca85b5..066a18f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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