Compile on stable

This commit is contained in:
2020-11-13 19:28:17 +01:00
parent 3ede4bf548
commit eaa01709f5

View File

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