We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16c6f23 commit 898cbe8Copy full SHA for 898cbe8
docker/Dockerfile
@@ -5,7 +5,7 @@ RUN mkdir -p /src && mkdir -p /opt
5
6
RUN apt-get update && \
7
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
+ libzip-dev libboost1.74-all-dev lua5.4 liblua5.4-dev pkg-config -o APT::Install-Suggests=0 -o APT::Install-Recommends=0
9
10
RUN NPROC=${BUILD_CONCURRENCY:-$(nproc)} && \
11
ldconfig /usr/local/lib && \
0 commit comments