forked from MIrrors/bin
Fix docker build for actix
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
FROM rust:1.34.2-slim-stretch AS builder
|
FROM rust:1.45-slim-stretch AS builder
|
||||||
RUN rustup install nightly-x86_64-unknown-linux-gnu
|
RUN rustup install nightly-x86_64-unknown-linux-gnu
|
||||||
|
|
||||||
|
RUN apt update && apt install -y libclang-dev
|
||||||
|
|
||||||
COPY . /sources
|
COPY . /sources
|
||||||
WORKDIR /sources
|
WORKDIR /sources
|
||||||
RUN cargo +nightly build --release
|
RUN cargo +nightly build --release
|
||||||
|
|||||||
Reference in New Issue
Block a user