mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-04 13:37:40 +03:00
Update Dockerfile
rustup
This commit is contained in:
parent
50579bd002
commit
c904a4ce3a
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,9 @@ FROM rust:1.71.0-alpine AS build
|
|||
# Install necessary dependencies (git, curl, etc.)
|
||||
RUN apk add --no-cache git curl build-base
|
||||
|
||||
# Upgrade Cargo to the latest version
|
||||
RUN rustup update stable
|
||||
|
||||
# Set the working directory for the build process
|
||||
WORKDIR /build
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue