From 53afb8727f619c2966aa1bcd8ef85a1f2feaae27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonatan=20M=C3=A4nnchen?= Date: Wed, 13 Apr 2022 14:13:41 +0800 Subject: devcontainer: Fix dependencies for otp_build configure Add pkg-config to the apt dependencies so that `./otp_build configure` runs successfully. --- .github/dockerfiles/Dockerfile.ubuntu-base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/dockerfiles/Dockerfile.ubuntu-base b/.github/dockerfiles/Dockerfile.ubuntu-base index 8987dff7a4..913e6ec19e 100644 --- a/.github/dockerfiles/Dockerfile.ubuntu-base +++ b/.github/dockerfiles/Dockerfile.ubuntu-base @@ -15,7 +15,7 @@ ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 RUN apt-get update && apt-get -y upgrade && \ apt-get install -y build-essential m4 autoconf fop xsltproc \ - default-jdk libxml2-utils flex \ + default-jdk libxml2-utils flex pkg-config \ unixodbc odbc-postgresql postgresql \ tzdata ssh openssh-server groff-base sudo gdb tinyproxy bind9 nsd expect vsftpd python \ linux-tools-common linux-tools-generic linux-tools-`uname -r` \ -- cgit v1.2.1