Compile on stable
This commit is contained in:
@ -4,9 +4,7 @@
|
|||||||
FROM rust:1.47 as build_stage
|
FROM rust:1.47 as build_stage
|
||||||
|
|
||||||
# Install build dependencies
|
# Install build dependencies
|
||||||
RUN rustup update &&\
|
RUN rustup target add x86_64-unknown-linux-musl
|
||||||
rustup default nightly &&\
|
|
||||||
rustup target add x86_64-unknown-linux-musl
|
|
||||||
|
|
||||||
# Build project
|
# Build project
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|||||||
Reference in New Issue
Block a user