Skip to content

Commit 898cbe8

Browse files
committed
Install PkgConfig on Docker build image
1 parent 16c6f23 commit 898cbe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN mkdir -p /src && mkdir -p /opt
55

66
RUN apt-get update && \
77
apt-get -y --no-install-recommends install ca-certificates cmake make git gcc g++ libbz2-dev libxml2-dev wget \
8-
libzip-dev libboost1.74-all-dev lua5.4 liblua5.4-dev -o APT::Install-Suggests=0 -o APT::Install-Recommends=0
8+
libzip-dev libboost1.74-all-dev lua5.4 liblua5.4-dev pkg-config -o APT::Install-Suggests=0 -o APT::Install-Recommends=0
99

1010
RUN NPROC=${BUILD_CONCURRENCY:-$(nproc)} && \
1111
ldconfig /usr/local/lib && \

0 commit comments

Comments
 (0)