diff --git a/Dockerfile b/Dockerfile index 7566195..8bc1b36 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,4 +2,4 @@ FROM node:22-alpine # Add in Docker for building anything with docker RUN apk add docker # Install other package management tools -RUN npm i -g pnpm yarn \ No newline at end of file +RUN npm i -g pnpm \ No newline at end of file