Install pkg-config (#239)

add `pkg-config` to the rust images for openssl-sys
This commit is contained in:
Bae Joon Hoo
2024-04-30 01:50:45 +09:00
committed by GitHub
parent 3798abab4e
commit 98324b8523
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ FROM --platform=$TARGETOS/$TARGETARCH rust:1.60-slim
LABEL author="Ethan Coward" maintainer="ethan.coward@icloud.com"
RUN apt update \
&& apt -y install git dnsutils curl iproute2 ffmpeg tini \
&& apt -y install git dnsutils curl iproute2 ffmpeg tini pkg-config \
&& useradd -m -d /home/container container
USER container