From d22378c67ec68a8a85a86b45286d879dd0cada95 Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Sat, 1 Apr 2023 13:24:25 -0700 Subject: [PATCH] fix: add cargo to DOCKERFILE --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 118bf7cd4..c599f8751 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 +RUN apk add --no-cache --no-progress git alpine-sdk python3 rust cargo # Copy only the dependency-related files first, to cache efficiently COPY package.json pnpm*.yaml ./