Skip to content
This repository was archived by the owner on Feb 17, 2024. It is now read-only.

Commit 86a4412

Browse files
committed
Dockerfile: install pkg-config
1 parent f4d551b commit 86a4412

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ RUN set -eux; \
1717
gcc \
1818
libc6-dev \
1919
wget \
20+
pkg-config \
2021
; \
2122
sed -i '/pam_rootok.so$/aauth sufficient pam_permit.so' /etc/pam.d/su; \
2223
wget https://sh.rustup.rs -O rustup-init; \

0 commit comments

Comments
 (0)