mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-09 11:41:30 -07:00
Update ci-env Dockerfile
This commit is contained in:
parent
4abab16b25
commit
ddb96686b2
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM alpine:3.18
|
FROM alpine:3.18
|
||||||
RUN apk add --no-cache --no-progress git alpine-sdk vips-dev python3 nodejs-current npm vips
|
RUN apk add --no-cache --no-progress git git-lfs alpine-sdk vips-dev python3 nodejs-current npm vips
|
||||||
RUN corepack enable && corepack prepare yarn@stable --activate
|
RUN corepack enable
|
||||||
CMD ["/bin/sh"]
|
CMD ["/bin/sh"]
|
||||||
|
|
Loading…
Reference in a new issue