summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2018-03-18 19:36:16 +0100
committerSuren A. Chilingaryan <csa@suren.me>2018-03-18 19:36:16 +0100
commit96660ef505d3e5763f057c793c29d694d11bf273 (patch)
treecf57b92cca89c6008b3bf89fae83692b206882a3 /Dockerfile
parent91d444cf42773099cef0fa03a5e5b600566a7c91 (diff)
downloadands-management-96660ef505d3e5763f057c793c29d694d11bf273.tar.gz
ands-management-96660ef505d3e5763f057c793c29d694d11bf273.tar.bz2
ands-management-96660ef505d3e5763f057c793c29d694d11bf273.tar.xz
ands-management-96660ef505d3e5763f057c793c29d694d11bf273.zip
Added NetPIPE benchmark
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 01fc4f4..8824b53 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -9,13 +9,15 @@ RUN [ -e /etc/yum.conf ] && sed -i '/tsflags=nodocs/d' /etc/yum.conf || true
RUN yum -y reinstall "*" && yum clean all
# Swap out the systemd-container package and install all useful packages
-RUN yum -y install \
+RUN yum-config-manager -y --add-repo http://ufo.kit.edu/ands/repos/centos74/ && \
+ yum -y install \
yum-utils glibc-utils bash-completion less file sed findutils net-tools man-db which bc tar \
openssh-clients lftp curl samba-client \
screen vim-enhanced nano \
git bzr \
mc \
- kubernetes-client \
+ kubernetes-client && \
+ yum -y --nogpgcheck install NetPIPE \
&& yum clean all
COPY sx.sh /bin/sx