chore: update docker base rust img

This commit is contained in:
Aravinth Manivannan 2022-02-17 20:27:02 +05:30
parent 0f9f1e0315
commit 8e6fd2bfae
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
1 changed files with 1 additions and 1 deletions

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