Update ci-env Dockerfile

This commit is contained in:
Laura Hausmann 2023-11-10 04:32:28 +01:00
parent 4abab16b25
commit ddb96686b2
Signed by: zotan
GPG key ID: D044E84C5BE01605

View file

@ -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"]