Skip to content

Commit

Permalink
Explicitly install pkgconfig
Browse files Browse the repository at this point in the history
Hopefully will save me some hours of debugging in the future.
  • Loading branch information
wader committed Nov 25, 2024
1 parent a83ac26 commit 9c77313
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ ARG APK_OPTS=""

RUN apk add --no-cache $APK_OPTS \
coreutils \
pkgconfig \
wget \
rust cargo cargo-c \
openssl-dev openssl-libs-static \
Expand Down

0 comments on commit 9c77313

Please sign in to comment.