fix outdated docker deps

This commit is contained in:
Kainoa Kanter 2023-06-03 09:12:32 +00:00
parent 02658fee0b
commit 554241e7c7

View file

@ -3,6 +3,7 @@ FROM node:19-alpine as build
WORKDIR /calckey
# Install compilation dependencies
RUN apk update
RUN apk add --no-cache --no-progress git alpine-sdk python3 rust cargo vips
# Copy only the dependency-related files first, to cache efficiently