fix: add cargo to DOCKERFILE

This commit is contained in:
ThatOneCalculator 2023-04-01 13:24:25 -07:00
parent e516685cbc
commit d22378c67e
No known key found for this signature in database
GPG key ID: 8703CACD01000000

View file

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