Commit 007ec662 authored by Eric Duminil's avatar Eric Duminil
Browse files

Probably not needed

parent 0b8caa0b
...@@ -18,9 +18,7 @@ RUN dpkg --add-architecture i386 \ ...@@ -18,9 +18,7 @@ RUN dpkg --add-architecture i386 \
&& apt-get install -y --no-install-recommends \ && apt-get install -y --no-install-recommends \
wine \ wine \
wine32 \ wine32 \
wine64 \
libwine \ libwine \
libwine:i386 \
fonts-wine \ fonts-wine \
fonts-liberation \ fonts-liberation \
fonts-freefont-ttf \ fonts-freefont-ttf \
...@@ -31,6 +29,8 @@ RUN dpkg --add-architecture i386 \ ...@@ -31,6 +29,8 @@ RUN dpkg --add-architecture i386 \
COPY rootfs/ / COPY rootfs/ /
# https://web.archive.org/web/20070611110850fw_/http://nesa1.uni-siegen.de/softlab/download/CASAnova_Setup.exe
RUN mkdir -p "$WINEPREFIX" && \ RUN mkdir -p "$WINEPREFIX" && \
xvfb-run sh -c 'wineboot --init && wineserver -w' && \ xvfb-run sh -c 'wineboot --init && wineserver -w' && \
innoextract -d /tmp/casanova /opt/CASAnova_Setup.exe && \ innoextract -d /tmp/casanova /opt/CASAnova_Setup.exe && \
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment