summaryrefslogtreecommitdiff
path: root/Dockerfile.CentOSDev
diff options
context:
space:
mode:
authorbaude <bbaude@redhat.com>2018-01-30 13:19:01 -0600
committerAtomic Bot <atomic-devel@projectatomic.io>2018-01-31 20:23:31 +0000
commit3c044f9267f62b8f7f88c7395ad325df3bf420f5 (patch)
treed868f625ff78b5403fa82b9e7f51ffdaa953356a /Dockerfile.CentOSDev
parentecb74aa40641cd322112401a593eaf26458e9d24 (diff)
downloadpodman-3c044f9267f62b8f7f88c7395ad325df3bf420f5.tar.gz
podman-3c044f9267f62b8f7f88c7395ad325df3bf420f5.tar.bz2
podman-3c044f9267f62b8f7f88c7395ad325df3bf420f5.zip
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 <bbaude@redhat.com> Closes: #277 Approved by: baude
Diffstat (limited to 'Dockerfile.CentOSDev')
-rw-r--r--Dockerfile.CentOSDev1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile.CentOSDev b/Dockerfile.CentOSDev
index 3bb834c10..4296ef97e 100644
--- a/Dockerfile.CentOSDev
+++ b/Dockerfile.CentOSDev
@@ -1,6 +1,7 @@
FROM registry.centos.org/centos/centos:7
RUN yum -y install btrfs-progs-devel \
+ atomic-registries \
bzip2 \
device-mapper-devel \
findutils \