update wine

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

View File

@ -1,5 +1,5 @@
# Wine docker image base
FROM debian:bullseye-slim
FROM debian:sid-slim
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
# install wine
@ -9,7 +9,8 @@ RUN apt-get update && apt-get install -y \
dpkg --add-architecture i386 && \
apt-get update && \
apt-get install -y \
wine32 \
wine \
winetricks \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*