added glibc to rust plan
This commit is contained in:
parent
1579fe6654
commit
0c473f44e0
@ -1,5 +1,9 @@
|
|||||||
FROM rust:1.62.1-slim-buster as builder
|
FROM rust:1.62.1-slim-buster as builder
|
||||||
|
|
||||||
|
RUN apt-get update && apt-get upgrade -y
|
||||||
|
RUN apt-get install libssl-dev
|
||||||
|
RUN apt-get install -y -q build-essentials curl
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
RUN cargo build
|
RUN cargo build
|
||||||
|
Loading…
Reference in New Issue
Block a user