summaryrefslogtreecommitdiff
path: root/devtools/Dockerfile.alpine
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/Dockerfile.alpine')
-rw-r--r--devtools/Dockerfile.alpine2
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/Dockerfile.alpine b/devtools/Dockerfile.alpine
index abbc1ac..fa7ba12 100644
--- a/devtools/Dockerfile.alpine
+++ b/devtools/Dockerfile.alpine
@@ -2,7 +2,7 @@ FROM alpine:latest
ARG CONFIGURE_OPTS="--enable-seccomp"
-RUN apk update && apk add --no-cache musl-dev libevent-dev libseccomp-dev linux-headers gcc make automake autoconf perl-test-harness-utils git
+RUN apk update && apk add --no-cache musl-dev libevent-dev libseccomp-dev linux-headers gcc make automake autoconf perl-test-harness-utils git pkgconfig
RUN adduser -S memcached
ADD . /src