summaryrefslogtreecommitdiff
path: root/Dockerfile.CentOSDev
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@gmail.com>2018-02-08 14:19:58 -0500
committerGitHub <noreply@github.com>2018-02-08 14:19:58 -0500
commit851bdc325124700448b035057055bd594981030a (patch)
tree902bea3952683afd6d4c75b210ee7386d49bccba /Dockerfile.CentOSDev
parent5529143877778ef8bcdd05179e279bb7d662b431 (diff)
parentc089cb9c9270aa4b367deb8c8c03cb05f8860a33 (diff)
downloadpodman-851bdc325124700448b035057055bd594981030a.tar.gz
podman-851bdc325124700448b035057055bd594981030a.tar.bz2
podman-851bdc325124700448b035057055bd594981030a.zip
Merge pull request #314 from baude/ginkgo_last
Final ginkgo migration
Diffstat (limited to 'Dockerfile.CentOSDev')
-rw-r--r--Dockerfile.CentOSDev8
1 files changed, 0 insertions, 8 deletions
diff --git a/Dockerfile.CentOSDev b/Dockerfile.CentOSDev
index 4296ef97e..217837ce0 100644
--- a/Dockerfile.CentOSDev
+++ b/Dockerfile.CentOSDev
@@ -22,14 +22,6 @@ RUN yum -y install btrfs-progs-devel \
golang-github-cpuguy83-go-md2man \
iptables && yum clean all
-# install bats
-RUN cd /tmp \
- && git clone https://github.com/sstephenson/bats.git \
- && cd bats \
- && git reset --hard 03608115df2071fff4eaaff1605768c275e5f81f \
- && ./install.sh /usr/local \
- && rm -fr /tmp/bats
-
# Install CNI plugins
ENV CNI_COMMIT 7480240de9749f9a0a5c8614b17f1f03e0c06ab9
RUN set -x \