|
@@ -1,5 +1,5 @@
|
|
|
FROM fedora:30
|
|
|
-RUN dnf install -y wine xorg-x11-server-Xvfb glibc-langpack-ru wget cabextract findutils procps && \
|
|
|
+RUN dnf install -y wine xorg-x11-server-Xvfb glibc-langpack-ru wget cabextract findutils procps unzip svn cyrus-sasl cyrus-sasl-plain cyrus-sasl-md5 && \
|
|
|
ln -fs /usr/share/zoneinfo/Europe/Moscow /etc/localtime && \
|
|
|
cd /usr/sbin && \
|
|
|
wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks && \
|
|
@@ -9,13 +9,15 @@ RUN dnf install -y wine xorg-x11-server-Xvfb glibc-langpack-ru wget cabextract f
|
|
|
export WINEARCH=win32 && \
|
|
|
wineboot -i && \
|
|
|
sleep 10 && \
|
|
|
- winetricks riched20 riched30 corefonts msxml6 && \
|
|
|
+ winetricks gdiplus riched20 riched30 msxml6 && \
|
|
|
+ winetricks corefonts lucida tahoma liberation uff unifont && \
|
|
|
mkdir ~/wine64 && \
|
|
|
export WINEPREFIX=~/wine64 && \
|
|
|
export WINEARCH=win64 && \
|
|
|
wineboot -i && \
|
|
|
sleep 10 && \
|
|
|
- winetricks riched20 riched30 corefonts msxml6 && \
|
|
|
+ winetricks gdiplus riched20 riched30 msxml6 && \
|
|
|
+ winetricks corefonts lucida tahoma liberation uff unifont && \
|
|
|
rm -rf /root/.cache/winetricks/ && \
|
|
|
dnf clean all
|
|
|
ENV LANG=ru_RU.utf8
|