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

wine32

parent 48cf88ca
...@@ -42,10 +42,17 @@ RUN apt-get update && \ ...@@ -42,10 +42,17 @@ RUN apt-get update && \
################################################################################ ################################################################################
# WINE # # WINE #
################################################################################ ################################################################################
RUN apt-get update && \ RUN dpkg --add-architecture i386 \
apt-get install wine --no-install-recommends -y && \ && apt-get update \
rm -rf /var/lib/apt/lists/* && \ && apt-get install -y --no-install-recommends \
apt-get clean wine \
wine32 \
wine64 \
libwine \
libwine:i386 \
fonts-wine \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
################################################################################ ################################################################################
# Anaconda & Spyder # # Anaconda & Spyder #
################################################################################ ################################################################################
......
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