summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJonatan Männchen <jonatan@maennchen.ch>2022-04-13 14:13:41 +0800
committerJonatan Männchen <jonatan@maennchen.ch>2022-04-13 16:42:10 +0800
commit53afb8727f619c2966aa1bcd8ef85a1f2feaae27 (patch)
treeb4ddde2b0f26a9e96299764976149855bb3bbd4d /.github
parent7098a3bf80af5d174bd32ffd25088a99799cd474 (diff)
downloaderlang-53afb8727f619c2966aa1bcd8ef85a1f2feaae27.tar.gz
devcontainer: Fix dependencies for otp_build configure
Add pkg-config to the apt dependencies so that `./otp_build configure` runs successfully.
Diffstat (limited to '.github')
-rw-r--r--.github/dockerfiles/Dockerfile.ubuntu-base2
1 files changed, 1 insertions, 1 deletions
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` \