summaryrefslogtreecommitdiff
path: root/devtools/Dockerfile.ubuntu
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/Dockerfile.ubuntu')
-rw-r--r--devtools/Dockerfile.ubuntu2
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/Dockerfile.ubuntu b/devtools/Dockerfile.ubuntu
index 1d47d1d..b30fe27 100644
--- a/devtools/Dockerfile.ubuntu
+++ b/devtools/Dockerfile.ubuntu
@@ -2,7 +2,7 @@ FROM ubuntu:latest
ARG CONFIGURE_OPTS="--enable-seccomp"
-RUN apt-get update && apt-get install -y build-essential automake1.11 autoconf libevent-dev libseccomp-dev git
+RUN apt-get update && apt-get install -y build-essential automake1.11 autoconf libevent-dev libseccomp-dev git pkg-config
RUN useradd -ms /bin/bash memcached
ADD . /src