diff --git a/Dockerfile b/Dockerfile index 38d30c4..1008c15 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,9 @@ FROM node:20-alpine AS base FROM base AS deps RUN corepack enable +RUN apk update RUN apk add g++ +RUN apk add cmake # We set /app as the working directory within the container WORKDIR /app