add VIPS to dockerfile

This commit is contained in:
ThatOneCalculator 2023-04-02 02:09:49 -07:00
parent b9cb64a5d1
commit e119554f2b
No known key found for this signature in database
GPG key ID: 8703CACD01000000

View file

@ -3,7 +3,7 @@ FROM node:19-alpine as build
WORKDIR /calckey
# 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 package.json pnpm*.yaml ./