update wine

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

View File

@ -3,7 +3,8 @@ FROM debian:sid-slim
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
# install wine
RUN apt-get update && apt-get install -y \
RUN echo "deb http://deb.debian.org/debian sid main contrib" > /etc/apt/sources.list \
&& apt-get update && apt-get install -y \
wine \
winetricks \
--no-install-recommends && \