From 1e249a7182af142dc4eac81bb28e0c66d7bc405d Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Thu, 30 Mar 2023 19:02:23 -0700 Subject: [PATCH] add rust to docker --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a0325265f..118bf7cd4 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 +RUN apk add --no-cache --no-progress git alpine-sdk python3 rust # Copy only the dependency-related files first, to cache efficiently COPY package.json pnpm*.yaml ./