8000 autoconf: Install pkg-config (#10) · python/cpython-devcontainers@04453a0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 04453a0

Browse files
authored
autoconf: Install pkg-config (#10)
1 parent 21cacec commit 04453a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

autoconf/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ RUN apk upgrade && \
1515
alpine-sdk \
1616
autoconf \
1717
automake \
18+
pkgconfig \
1819
xz
1920
RUN set -o pipefail \
2021
&& curl https://ftp.gnu.org/gnu/autoconf/autoconf-${AUTOCONF_VERSION}.tar.gz | tar -zxf - \

0 commit comments

Comments
 (0)
0