use buster based rust image

This commit is contained in:
Kai Kriegel 2021-12-14 00:38:34 +00:00
parent 9eb6f1f4ed
commit 34f0e057f9

View File

@ -1,5 +1,5 @@
# Setup build image for multistage build # Setup build image for multistage build
FROM rust:latest as builder FROM rust:buster as builder
# install build deps # install build deps
RUN apt-get update && apt-get upgrade -y RUN apt-get update && apt-get upgrade -y
RUN apt-get install -yqq --no-install-recommends capnproto build-essential cmake clang libclang-dev libgsasl7-dev RUN apt-get install -yqq --no-install-recommends capnproto build-essential cmake clang libclang-dev libgsasl7-dev