diff --git a/Dockerfile b/Dockerfile index 8d3f0cf18..f72be00d7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,12 +13,12 @@ COPY ./.yarnrc .yarnrc COPY ./prisma/schema.prisma prisma/schema.prisma RUN apt update && apt install -y \ - git \ + curl \ g++ \ + git \ make \ openssl \ python3 \ - curl \ && rm -rf /var/lib/apt/lists/* RUN yarn install