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
acdc4f33
Commit
acdc4f33
authored
May 12, 2026
by
Eric Duminil
Browse files
wine32
parent
48cf88ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
acdc4f33
...
...
@@ -42,10 +42,17 @@ RUN apt-get update && \
################################################################################
# WINE #
################################################################################
RUN
apt-get update
&&
\
apt-get
install
wine
--no-install-recommends
-y
&&
\
rm
-rf
/var/lib/apt/lists/
*
&&
\
apt-get clean
RUN
dpkg
--add-architecture
i386
\
&&
apt-get update
\
&&
apt-get
install
-y
--no-install-recommends
\
wine
\
wine32
\
wine64
\
libwine
\
libwine:i386
\
fonts-wine
\
&&
apt-get clean
\
&&
rm
-rf
/var/lib/apt/lists/
*
################################################################################
# Anaconda & Spyder #
################################################################################
...
...
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