Merge pull request #35983 from yongtang/35980-Dockerfile.simple

Add required pkg-config for Dockerfile.simple
This commit is contained in:
Sebastiaan van Stijn 2018-01-16 02:41:36 +01:00 committed by GitHub
commit 3c7990fb63
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,6 +27,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
ca-certificates \
e2fsprogs \
iptables \
pkg-config \
procps \
xfsprogs \
xz-utils \