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 ./