From 2ebc6736da39c20494ec30b9f7a230fb2edc4d79 Mon Sep 17 00:00:00 2001 From: Derk-Jan Karrenbeld Date: Mon, 29 Jul 2024 23:09:28 +0200 Subject: [PATCH] Corepack pack --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 5091f6f..bd4b3a9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,6 +21,7 @@ COPY . . # Build the test runner RUN set -ex; \ corepack enable; \ + corepack pack; \ # install all the development modules (used for building) yarn install; \ yarn build; \