- FROM centos:7.6.1810
- RUN yum install -y epel-release wget iputils telnet net-tools bind-utils && \
- #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/ && \
- wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks && \
- chmod +x winetricks && \
- /root/.cache/winetricks/winetricks riched20 riched30 corefonts && \
- localedef -i ru_RU -f UTF-8 ru_RU.UTF-8 && \
- /bin/sleep 15 && \
- ln -fs /usr/share/zoneinfo/Europe/Moscow /etc/localtime
- ENV LANG=ru_RU.utf8
|