Commit e8a880fb authored by Eric Duminil's avatar Eric Duminil
Browse files

No need for CASAnova_Setup in Repo

parent 071badea
config config
CASAnova_Setup.exe
...@@ -32,6 +32,7 @@ RUN printf '#!/bin/sh\nset -e\nset -u\nexport HOME=/config\nexec wine explorer " ...@@ -32,6 +32,7 @@ RUN printf '#!/bin/sh\nset -e\nset -u\nexport HOME=/config\nexec wine explorer "
# https://web.archive.org/web/20070611110850fw_/http://nesa1.uni-siegen.de/softlab/download/CASAnova_Setup.exe # https://web.archive.org/web/20070611110850fw_/http://nesa1.uni-siegen.de/softlab/download/CASAnova_Setup.exe
COPY CASAnova_Setup.exe /tmp/CASAnova_Setup.exe COPY CASAnova_Setup.exe /tmp/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 /tmp/CASAnova_Setup.exe \ && innoextract -d /tmp/casanova /tmp/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