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 d964e24 commit f4bcf13Copy full SHA for f4bcf13
Dockerfile
@@ -9,7 +9,7 @@ ENV DEBIAN_FRONTEND=noninteractive
9
WORKDIR /src
10
11
RUN apt update -yq \
12
- && apt install -yqq build-essential cmake git python3-pip libnss3-dev libssl-dev \
+ && apt install -yqq build-essential cmake git python3-pip libnss3-dev libssl-dev pkg-config \
13
&& pip3 install -U meson ninja
14
15
COPY . .
0 commit comments