mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 12:13:48 +01:00
add VIPS to dockerfile
This commit is contained in:
parent
c35d716ebb
commit
f8565b226a
@ -3,7 +3,7 @@ FROM node:19-alpine as build
|
|||||||
WORKDIR /calckey
|
WORKDIR /calckey
|
||||||
|
|
||||||
# Install compilation dependencies
|
# Install compilation dependencies
|
||||||
RUN apk add --no-cache --no-progress git alpine-sdk python3 rust cargo
|
RUN apk add --no-cache --no-progress git alpine-sdk python3 rust cargo vips
|
||||||
|
|
||||||
# Copy only the dependency-related files first, to cache efficiently
|
# Copy only the dependency-related files first, to cache efficiently
|
||||||
COPY package.json pnpm*.yaml ./
|
COPY package.json pnpm*.yaml ./
|
||||||
|
Loading…
Reference in New Issue
Block a user