Skip to content
Snippets Groups Projects
Commit f0defb09 authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

Merge pull request #5102 from jtattermusch/docker_git_clone

No git clone for distrib tests
parents 41208893 b5f7397b
Branches
Tags
No related merge requests found
Showing
with 17 additions and 86 deletions
...@@ -29,9 +29,4 @@ ...@@ -29,9 +29,4 @@
FROM fedora:21 FROM fedora:21
RUN yum clean all RUN yum clean all && yum update -y && yum install -y python python-pip
RUN yum update -y
RUN yum install -y git
RUN yum install -y python
RUN yum install -y python-pip
...@@ -29,9 +29,4 @@ ...@@ -29,9 +29,4 @@
FROM fedora:22 FROM fedora:22
RUN yum clean all RUN yum clean all && yum update -y && yum install -y python python-pip
RUN yum update -y
RUN yum install -y git
RUN yum install -y python
RUN yum install -y python-pip
...@@ -29,9 +29,4 @@ ...@@ -29,9 +29,4 @@
FROM fedora:23 FROM fedora:23
RUN yum clean all RUN yum clean all && yum update -y && yum install -y python python-pip
RUN yum update -y
RUN yum install -y git
RUN yum install -y python
RUN yum install -y python-pip
...@@ -29,6 +29,4 @@ ...@@ -29,6 +29,4 @@
FROM debian:jessie FROM debian:jessie
RUN apt-get update RUN apt-get update && apt-get install -y python python-pip
RUN apt-get install -y git python python-pip
...@@ -29,6 +29,4 @@ ...@@ -29,6 +29,4 @@
FROM 32bit/debian:jessie FROM 32bit/debian:jessie
RUN apt-get update RUN apt-get update && apt-get install -y python python-pip
RUN apt-get install -y git python python-pip
...@@ -29,7 +29,5 @@ ...@@ -29,7 +29,5 @@
FROM opensuse:42.1 FROM opensuse:42.1
RUN zypper --non-interactive install git
RUN zypper --non-interactive install python RUN zypper --non-interactive install python
RUN zypper --non-interactive install python-pip RUN zypper --non-interactive install python-pip
...@@ -29,8 +29,4 @@ ...@@ -29,8 +29,4 @@
FROM ubuntu:12.04 FROM ubuntu:12.04
RUN apt-get update -y RUN apt-get update -y && apt-get install -y python python-pip
RUN apt-get install -y git
RUN apt-get install -y python
RUN apt-get install -y python-pip
...@@ -29,8 +29,4 @@ ...@@ -29,8 +29,4 @@
FROM ubuntu:14.04 FROM ubuntu:14.04
RUN apt-get update -y RUN apt-get update -y && apt-get install -y python python-pip
RUN apt-get install -y git
RUN apt-get install -y python
RUN apt-get install -y python-pip
...@@ -29,8 +29,4 @@ ...@@ -29,8 +29,4 @@
FROM ubuntu:15.04 FROM ubuntu:15.04
RUN apt-get update -y RUN apt-get update -y && apt-get install -y python python-pip
RUN apt-get install -y git
RUN apt-get install -y python
RUN apt-get install -y python-pip
...@@ -29,8 +29,4 @@ ...@@ -29,8 +29,4 @@
FROM ubuntu:15.10 FROM ubuntu:15.10
RUN apt-get update -y RUN apt-get update -y && apt-get install -y python python-pip
RUN apt-get install -y git
RUN apt-get install -y python
RUN apt-get install -y python-pip
...@@ -29,8 +29,4 @@ ...@@ -29,8 +29,4 @@
FROM ubuntu:16.04 FROM ubuntu:16.04
RUN apt-get update -y RUN apt-get update -y && apt-get install -y python python-pip
RUN apt-get install -y git
RUN apt-get install -y python
RUN apt-get install -y python-pip
...@@ -29,6 +29,4 @@ ...@@ -29,6 +29,4 @@
FROM debian:wheezy FROM debian:wheezy
RUN apt-get update RUN apt-get update -y && apt-get install -y python python-pip
RUN apt-get install -y git python python-pip
...@@ -29,6 +29,4 @@ ...@@ -29,6 +29,4 @@
FROM centos:6 FROM centos:6
RUN yum install -y git
RUN yum install -y ruby RUN yum install -y ruby
...@@ -29,6 +29,4 @@ ...@@ -29,6 +29,4 @@
FROM centos:7 FROM centos:7
RUN yum install -y git
RUN yum install -y ruby RUN yum install -y ruby
...@@ -29,8 +29,4 @@ ...@@ -29,8 +29,4 @@
FROM fedora:20 FROM fedora:20
RUN yum clean all RUN yum clean all && yum update -y && yum install -y ruby
RUN yum update -y
RUN yum install -y git
RUN yum install -y ruby
...@@ -29,8 +29,4 @@ ...@@ -29,8 +29,4 @@
FROM fedora:21 FROM fedora:21
RUN yum clean all RUN yum clean all && yum update -y && yum install -y ruby
RUN yum update -y
RUN yum install -y git
RUN yum install -y ruby
...@@ -29,8 +29,4 @@ ...@@ -29,8 +29,4 @@
FROM fedora:22 FROM fedora:22
RUN yum clean all RUN yum clean all && yum update -y && yum install -y ruby
RUN yum update -y
RUN yum install -y git
RUN yum install -y ruby
...@@ -29,8 +29,4 @@ ...@@ -29,8 +29,4 @@
FROM fedora:23 FROM fedora:23
RUN yum clean all RUN yum clean all && yum update -y && yum install -y ruby
RUN yum update -y
RUN yum install -y git
RUN yum install -y ruby
...@@ -29,7 +29,4 @@ ...@@ -29,7 +29,4 @@
FROM debian:jessie FROM debian:jessie
RUN apt-get update RUN apt-get update && apt-get install -y ruby-full
RUN apt-get install -y git
RUN apt-get install -y ruby-full
...@@ -29,7 +29,4 @@ ...@@ -29,7 +29,4 @@
FROM 32bit/debian:jessie FROM 32bit/debian:jessie
RUN apt-get update RUN apt-get update && apt-get install -y ruby-full
RUN apt-get install -y git
RUN apt-get install -y ruby-full
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment