diff --git a/frontend/Dockerfile b/frontend/Dockerfile index c5de22d..a3bcaae 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -1,7 +1,8 @@ FROM node:16-alpine VOLUME ["/raspiscan/frontend/node_modules"] - +RUN apk add --update python3 make g++\ + && rm -rf /var/cache/apk/* RUN npm config set legacy-peer-deps true WORKDIR /raspiscan/frontend