mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 04:03:49 +01:00
5 lines
200 B
Docker
5 lines
200 B
Docker
|
FROM alpine:3.18
|
||
|
RUN apk add --no-cache --no-progress git alpine-sdk vips-dev python3 nodejs-current npm rust cargo vips
|
||
|
RUN corepack enable && corepack prepare yarn@stable --activate
|
||
|
CMD ["/bin/sh"]
|