From 6e49f7055c39c65f2e94559bfd9ab0e4271a0fe3 Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Tue, 26 Jul 2022 12:21:39 -0700 Subject: [PATCH] berry docker --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 81dc72637..0863f6827 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,7 @@ COPY . ./ RUN apt-get update RUN apt-get install -y build-essential RUN git submodule update --init +RUN yarn set version berry RUN yarn install RUN yarn build RUN rm -rf .git