From 6d648b87d2163c21aee57753a1c69deb43869023 Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Tue, 26 Sep 2023 22:25:43 +0200 Subject: [PATCH] Remove rust from CI docker image --- ci-env/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-env/Dockerfile b/ci-env/Dockerfile index cf0f1e861..2f2d82557 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 rust cargo vips +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 CMD ["/bin/sh"]