From ddb96686b2bf956e22da1af070ada095198737c0 Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Fri, 10 Nov 2023 04:32:28 +0100 Subject: [PATCH] Update ci-env Dockerfile --- ci-env/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci-env/Dockerfile b/ci-env/Dockerfile index 2f2d82557..5e06d73c0 100644 --- a/ci-env/Dockerfile +++ b/ci-env/Dockerfile @@ -1,4 +1,4 @@ FROM alpine:3.18 -RUN apk add --no-cache --no-progress git alpine-sdk vips-dev python3 nodejs-current npm vips -RUN corepack enable && corepack prepare yarn@stable --activate +RUN apk add --no-cache --no-progress git git-lfs alpine-sdk vips-dev python3 nodejs-current npm vips +RUN corepack enable CMD ["/bin/sh"]