From b9e83ce80d444709588d933f23957917560480ff Mon Sep 17 00:00:00 2001 From: Derk-Jan Karrenbeld Date: Tue, 30 Jul 2024 03:02:42 +0200 Subject: [PATCH] Maybe make it 555 for the lock? --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 07fcae2..cabdfcd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,6 +37,8 @@ RUN corepack yarn --version RUN chmod 444 /idk/corepack/lastKnownGood.json RUN chmod 555 /idk/corepack +RUN chmod 555 yarn.lock + # Build the test runner RUN set -ex; \ # install all the development modules (used for building)