فهرست منبع

Added NetPIPE benchmark

Suren A. Chilingaryan 6 سال پیش
والد
کامیت
96660ef505
1فایلهای تغییر یافته به همراه4 افزوده شده و 2 حذف شده
  1. 4 2
      Dockerfile

+ 4 - 2
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