Skip to content

Commit f4bcf13

Browse files
committed
Dockerfile: add pkg-config
1 parent d964e24 commit f4bcf13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ENV DEBIAN_FRONTEND=noninteractive
99
WORKDIR /src
1010

1111
RUN apt update -yq \
12-
&& apt install -yqq build-essential cmake git python3-pip libnss3-dev libssl-dev \
12+
&& apt install -yqq build-essential cmake git python3-pip libnss3-dev libssl-dev pkg-config \
1313
&& pip3 install -U meson ninja
1414

1515
COPY . .

0 commit comments

Comments
 (0)