add rust to docker
This commit is contained in:
parent
5ce2e4f408
commit
1e249a7182
|
@ -3,7 +3,7 @@ FROM node:19-alpine as build
|
||||||
WORKDIR /calckey
|
WORKDIR /calckey
|
||||||
|
|
||||||
# Install compilation dependencies
|
# 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 only the dependency-related files first, to cache efficiently
|
||||||
COPY package.json pnpm*.yaml ./
|
COPY package.json pnpm*.yaml ./
|
||||||
|
|
Loading…
Reference in New Issue