add rust to docker

This commit is contained in:
ThatOneCalculator 2023-03-30 19:02:23 -07:00
parent c4e681339e
commit 53955ae42f

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