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)