figma wine

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

View File

@ -5,13 +5,18 @@ LABEL maintainer "Jessie Frazelle <jess@linux.com>"
# install wine
RUN echo "deb http://deb.debian.org/debian sid main contrib" > /etc/apt/sources.list \
&& apt-get update && apt-get install -y \
cabextract \
ca-certificates \
fonts-wine \
wine \
winetricks \
--no-install-recommends && \
dpkg --add-architecture i386 && \
apt-get update && \
apt-get install -y \
libwine \
wine32 \
wine64 \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*