1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

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 \