From 477841044986c51d9dcc9d97bc9b5fd9d26e2da3 Mon Sep 17 00:00:00 2001 From: Max Audron Date: Sun, 10 Oct 2021 16:22:17 +0200 Subject: add openssl-dev as dep to build jobs --- Containerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Containerfile') diff --git a/Containerfile b/Containerfile index 80b9266..d3ee21e 100644 --- a/Containerfile +++ b/Containerfile @@ -2,7 +2,8 @@ # Cargo Build Stage # ------------------------------------------------------------------------------ -FROM docker.io/lukemathwalker/cargo-chef:latest-rust-1.54.0-alpine AS chef +FROM kube.cat/cocainefarm/rust:1.55.0 AS chef +RUN apk add openssl-dev WORKDIR /work FROM chef AS planner -- cgit v1.2.3