diff --git a/Dockerfile b/Dockerfile index 6289d7c..9ca85b5 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 +RUN apk --no-cache add python3 make WORKDIR /app