diff --git a/Dockerfile b/Dockerfile index 118bf7cd41..c599f8751b 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 ./