From 3c044f9267f62b8f7f88c7395ad325df3bf420f5 Mon Sep 17 00:00:00 2001 From: baude Date: Tue, 30 Jan 2018 13:19:01 -0600 Subject: Ginkgo Tests: ps, pull, push and rm Migrate ps, pull, push, and rm from bats to ginkgo. Also, fixed a conditional issue with adding ports when an image defines the port and the user wants to override it. Signed-off-by: baude Closes: #277 Approved by: baude --- Dockerfile.Fedora | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Dockerfile.Fedora') diff --git a/Dockerfile.Fedora b/Dockerfile.Fedora index 1dbc1a02e..055d2b9e3 100644 --- a/Dockerfile.Fedora +++ b/Dockerfile.Fedora @@ -19,8 +19,9 @@ RUN dnf -y install btrfs-progs-devel \ python \ which\ golang-github-cpuguy83-go-md2man \ - crio \ + conmon \ procps-ng \ + atomic-registries \ iptables && dnf clean all # install bats -- cgit v1.2.3-54-g00ecf