From e119554f2baef28b5fec015f7e29bf052711df41 Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Sun, 2 Apr 2023 02:09:49 -0700 Subject: [PATCH] add VIPS to dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3378f1e612..1a1a0aac64 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 ./