with build essential
This commit is contained in:
parent
0571d885be
commit
2f69fc5422
@ -2,7 +2,7 @@ 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
|
||||
RUN apt-get install -y -q build-essential curl
|
||||
|
||||
COPY . .
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user