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

cleanup distribtest Dockerimages

parent 92711bbc
No related branches found
No related tags found
No related merge requests found
Showing
with 15 additions and 25 deletions
...@@ -33,6 +33,5 @@ RUN rpm --import "http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3FA7E03 ...@@ -33,6 +33,5 @@ RUN rpm --import "http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3FA7E03
RUN yum-config-manager --add-repo http://download.mono-project.com/repo/centos/ RUN yum-config-manager --add-repo http://download.mono-project.com/repo/centos/
RUN yum install -y mono RUN yum install -y mono
RUN yum install -y git
RUN yum install -y unzip RUN yum install -y unzip
RUN yum install -y nuget RUN yum install -y nuget
...@@ -40,4 +40,4 @@ RUN apt-get update && apt-get install -y \ ...@@ -40,4 +40,4 @@ RUN apt-get update && apt-get install -y \
ca-certificates-mono \ ca-certificates-mono \
nuget nuget
RUN apt-get update && apt-get install -y git unzip RUN apt-get update && apt-get install -y unzip
...@@ -40,4 +40,4 @@ RUN apt-get update && apt-get install -y \ ...@@ -40,4 +40,4 @@ RUN apt-get update && apt-get install -y \
ca-certificates-mono \ ca-certificates-mono \
nuget nuget
RUN apt-get update && apt-get install -y git unzip RUN apt-get update && apt-get install -y unzip
...@@ -37,4 +37,4 @@ RUN apt-get update && apt-get install -y \ ...@@ -37,4 +37,4 @@ RUN apt-get update && apt-get install -y \
ca-certificates-mono \ ca-certificates-mono \
nuget nuget
RUN apt-get update && apt-get install -y git unzip RUN apt-get update && apt-get install -y unzip
...@@ -37,4 +37,4 @@ RUN apt-get update && apt-get install -y \ ...@@ -37,4 +37,4 @@ RUN apt-get update && apt-get install -y \
ca-certificates-mono \ ca-certificates-mono \
nuget nuget
RUN apt-get update && apt-get install -y git unzip RUN apt-get update && apt-get install -y unzip
...@@ -37,4 +37,4 @@ RUN apt-get update && apt-get install -y \ ...@@ -37,4 +37,4 @@ RUN apt-get update && apt-get install -y \
ca-certificates-mono \ ca-certificates-mono \
nuget nuget
RUN apt-get update && apt-get install -y git unzip RUN apt-get update && apt-get install -y unzip
...@@ -34,4 +34,4 @@ RUN apt-get update && apt-get install -y \ ...@@ -34,4 +34,4 @@ RUN apt-get update && apt-get install -y \
ca-certificates-mono \ ca-certificates-mono \
nuget nuget
RUN apt-get update && apt-get install -y git unzip RUN apt-get update && apt-get install -y unzip
...@@ -29,4 +29,4 @@ ...@@ -29,4 +29,4 @@
FROM mono:4.2.2.30 FROM mono:4.2.2.30
RUN apt-get update && apt-get install -y git unzip RUN apt-get update && apt-get install -y unzip
...@@ -29,7 +29,6 @@ ...@@ -29,7 +29,6 @@
FROM centos:7 FROM centos:7
RUN yum install -y git
RUN yum install -y curl RUN yum install -y curl
# Install nvm # Install nvm
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
FROM debian:jessie FROM debian:jessie
RUN apt-get update && apt-get install -y curl git RUN apt-get update && apt-get install -y curl
# Install nvm # Install nvm
RUN touch .profile RUN touch .profile
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
FROM 32bit/debian:jessie FROM 32bit/debian:jessie
RUN apt-get update && apt-get install -y curl git RUN apt-get update && apt-get install -y git
# Install nvm # Install nvm
RUN touch .profile RUN touch .profile
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
FROM ubuntu:12.04 FROM ubuntu:12.04
RUN apt-get update && apt-get install -y curl git RUN apt-get update && apt-get install -y curl
# Install nvm # Install nvm
RUN touch .profile RUN touch .profile
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
FROM ubuntu:14.04 FROM ubuntu:14.04
RUN apt-get update && apt-get install -y curl git RUN apt-get update && apt-get install -y curl
# Install nvm # Install nvm
RUN touch .profile RUN touch .profile
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
FROM ubuntu:15.04 FROM ubuntu:15.04
RUN apt-get update && apt-get install -y curl git RUN apt-get update && apt-get install -y curl
# Install nvm # Install nvm
RUN touch .profile RUN touch .profile
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
FROM ubuntu:15.10 FROM ubuntu:15.10
RUN apt-get update && apt-get install -y curl git RUN apt-get update && apt-get install -y curl
# Install nvm # Install nvm
RUN touch .profile RUN touch .profile
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
FROM ubuntu:16.04 FROM ubuntu:16.04
RUN apt-get update && apt-get install -y curl git RUN apt-get update && apt-get install -y curl
# Install nvm # Install nvm
RUN touch .profile RUN touch .profile
......
...@@ -30,7 +30,6 @@ ...@@ -30,7 +30,6 @@
FROM base/archlinux FROM base/archlinux
RUN pacman --noconfirm -Syy RUN pacman --noconfirm -Syy
RUN pacman --noconfirm -S git
RUN pacman --noconfirm -S python RUN pacman --noconfirm -S python
RUN pacman --noconfirm -S python-pip RUN pacman --noconfirm -S python-pip
...@@ -29,7 +29,6 @@ ...@@ -29,7 +29,6 @@
FROM centos:6 FROM centos:6
RUN yum install -y git
RUN yum install -y python RUN yum install -y python
RUN rpm -ivh http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm RUN rpm -ivh http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
......
...@@ -29,7 +29,6 @@ ...@@ -29,7 +29,6 @@
FROM centos:7 FROM centos:7
RUN yum install -y git
RUN yum install -y python RUN yum install -y python
RUN yum install -y epel-release RUN yum install -y epel-release
RUN yum install -y python-pip RUN yum install -y python-pip
......
...@@ -29,9 +29,4 @@ ...@@ -29,9 +29,4 @@
FROM fedora:20 FROM fedora:20
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment