installing ssl requirements prior to rust building stage

This commit is contained in:
Miquel Farre 2024-12-04 09:53:29 +00:00 committed by drbh
parent 75ab887dda
commit cbf1d982ec

View File

@ -19,7 +19,9 @@ RUN cargo chef prepare --recipe-path recipe.json
FROM chef AS builder FROM chef AS builder
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
python3.11-dev python3.11-dev \
libssl-dev \
ca-certificates
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
ffmpeg \ ffmpeg \