mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2024-11-23 23:27:57 +01:00
use buster based rust image
This commit is contained in:
parent
9eb6f1f4ed
commit
34f0e057f9
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user