From 554241e7c7b70afb03f4e192b7a2a43694705916 Mon Sep 17 00:00:00 2001 From: Kainoa Kanter Date: Sat, 3 Jun 2023 09:12:32 +0000 Subject: [PATCH] fix outdated docker deps --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index c378444f7..0aa13aefe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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