Install pkg-config
(#239)
add `pkg-config` to the rust images for openssl-sys
This commit is contained in:
@@ -3,7 +3,7 @@ FROM --platform=$TARGETOS/$TARGETARCH rust: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
|
||||
|
Reference in New Issue
Block a user