Browse Source

Up Version for Redmine 118026

Vladimir Tomishinets 5 years ago
parent
commit
f0bdeec509
1 changed files with 2 additions and 2 deletions
  1. 2 2
      centos7/Dockerfile

+ 2 - 2
centos7/Dockerfile

@@ -1,7 +1,7 @@
 FROM centos:7.6.1810
-#COPY winetricks/ /root/.cache/winetricks/
 RUN yum install -y epel-release wget iputils telnet net-tools bind-utils && \
-    yum install -y samba-winbind-clients xorg-x11-server-Xvfb which cabextract p7zip wine wine-tahoma-fonts-system wine-wingdings-fonts-system && \
+    #yum install -y xorg-x11-server-Xvfb samba samba-client samba-winbind which cabextract p7zip wine && \
+    yum install -y mesa-libGLU-devel mesa-libGLU samba-winbind-clients xorg-x11-server-Xvfb which cabextract p7zip wine wine-tahoma-fonts-system wine-wingdings-fonts-system && \
     yum update -y tzdata && \
     mkdir -p /root/.cache/winetricks && \
     cd /root/.cache/winetricks/ && \