Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Eric Duminil
casanova-online
Commits
007ec662
Commit
007ec662
authored
May 17, 2026
by
Eric Duminil
Browse files
Probably not needed
parent
0b8caa0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
007ec662
...
@@ -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
&&
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment