diff options
author | Jhon Honce <jhonce@redhat.com> | 2018-05-21 16:31:36 -0700 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-05-23 17:54:09 +0000 |
commit | 5f0d4b10e9b5ea18e91090e82ddfb22f63b06635 (patch) | |
tree | 0a308dd23c0f1c2149f8d597224ba73440bf793d /Dockerfile.CentOS | |
parent | c1efde20e01f255b1186d6958371da4f5401310a (diff) | |
download | podman-5f0d4b10e9b5ea18e91090e82ddfb22f63b06635.tar.gz podman-5f0d4b10e9b5ea18e91090e82ddfb22f63b06635.tar.bz2 podman-5f0d4b10e9b5ea18e91090e82ddfb22f63b06635.zip |
Add support for Zulu timestamp parsing
- Improve error message when podman varlink service is not running
Signed-off-by: Jhon Honce <jhonce@redhat.com>
Closes: #800
Approved by: rhatdan
Diffstat (limited to 'Dockerfile.CentOS')
-rw-r--r-- | Dockerfile.CentOS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile.CentOS b/Dockerfile.CentOS index cecb354ba..db7cb839e 100644 --- a/Dockerfile.CentOS +++ b/Dockerfile.CentOS @@ -19,6 +19,7 @@ RUN yum -y install btrfs-progs-devel \ make \ ostree-devel \ python \ + python3-dateutil \ which\ golang-github-cpuguy83-go-md2man \ iptables && yum clean all |