update wine

Signed-off-by: Jess Frazelle <jess@oxide.computer>
This commit is contained in:
Jess Frazelle 2020-03-13 09:22:08 -07:00
parent 8f0af1a5bf
commit 0e2105c793
No known key found for this signature in database
GPG Key ID: 4BB1599E1A3071F2

View File

@ -5,12 +5,12 @@ LABEL maintainer "Jessie Frazelle <jess@linux.com>"
# install wine
RUN apt-get update && apt-get install -y \
wine \
winetricks \
--no-install-recommends && \
dpkg --add-architecture i386 && \
apt-get update && \
apt-get install -y \
wine \
winetricks \
wine32 \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*