From ebd409b614732e1317946c290fccd2a907836ed2 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sun, 21 Jan 2024 11:33:53 +0100 Subject: [PATCH] Reorder commands --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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