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

wine32

parent 48cf88ca
......@@ -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 #
################################################################################
......
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