Add pkg-config

This commit is contained in:
Melon 2023-06-06 23:24:42 +01:00
parent c57da486c2
commit 08843cc627
Signed by: melon
GPG Key ID: 6C9D970C50D26A25
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FROM debian:10-slim
RUN apt-get update
RUN apt-get install npm build-essential libtool autoconf automake python2 python3 wget -y
RUN apt-get install npm build-essential libtool autoconf automake python2 python3 wget pkg-config -y
WORKDIR /usr/src/app