diff --git a/Dockerfile b/Dockerfile index c0d0e32..b3c7e30 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM node:20-alpine # Add gcc and cmake -RUN apk add build-base cmake ninja +RUN apk add build-base cmake ninja git # Set the working directory in the container to /app WORKDIR /app