|
@@ -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/ && \
|