chore: update docker base rust img

This commit is contained in:
realaravinth
2022-02-17 20:27:02 +05:30
parent 0f9f1e0315
commit 8e6fd2bfae

View File

@ -1,4 +1,4 @@
FROM rust:1.56-slim-bullseye as rust
FROM rust:slim as rust
WORKDIR /src
RUN apt-get update && apt-get install -y git pkg-config libssl-dev
RUN mkdir src && echo "fn main() {}" > src/main.rs