summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorbaude <bbaude@redhat.com>2018-02-08 10:40:43 -0600
committerbaude <bbaude@redhat.com>2018-02-08 12:37:07 -0600
commitc089cb9c9270aa4b367deb8c8c03cb05f8860a33 (patch)
tree8d765658f757798e1578fd2fc96f1528e6af5e20 /Dockerfile
parent8fdccb77648f5b772c6bae98fce4734b1a54ed4a (diff)
downloadpodman-c089cb9c9270aa4b367deb8c8c03cb05f8860a33.tar.gz
podman-c089cb9c9270aa4b367deb8c8c03cb05f8860a33.tar.bz2
podman-c089cb9c9270aa4b367deb8c8c03cb05f8860a33.zip
Final ginkgo migration
Completion of the migration from bats to ginkgo. This includes: * load * mount * pause * port * run_networking * search Note: build will be done within a different PR Signed-off-by: baude <bbaude@redhat.com>
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile7
1 files changed, 0 insertions, 7 deletions
diff --git a/Dockerfile b/Dockerfile
index 42eb00d5a..941a7e0d3 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -40,13 +40,6 @@ RUN apt-get update && apt-get install -y \
--no-install-recommends \
&& apt-get clean
-# install bats
-RUN cd /tmp \
- && git clone https://github.com/sstephenson/bats.git \
- && cd bats \
- && git reset --hard 03608115df2071fff4eaaff1605768c275e5f81f \
- && ./install.sh /usr/local
-
# install criu
ENV CRIU_VERSION 1.7
RUN mkdir -p /usr/src/criu \