mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-27 04:16:45 +01:00
figma wine
Signed-off-by: Jess Frazelle <jess@oxide.computer>
This commit is contained in:
parent
b968f19550
commit
abcba13a4d
|
@ -5,13 +5,18 @@ LABEL maintainer "Jessie Frazelle <jess@linux.com>"
|
||||||
# install wine
|
# install wine
|
||||||
RUN echo "deb http://deb.debian.org/debian sid main contrib" > /etc/apt/sources.list \
|
RUN echo "deb http://deb.debian.org/debian sid main contrib" > /etc/apt/sources.list \
|
||||||
&& apt-get update && apt-get install -y \
|
&& apt-get update && apt-get install -y \
|
||||||
|
cabextract \
|
||||||
|
ca-certificates \
|
||||||
|
fonts-wine \
|
||||||
wine \
|
wine \
|
||||||
winetricks \
|
winetricks \
|
||||||
--no-install-recommends && \
|
--no-install-recommends && \
|
||||||
dpkg --add-architecture i386 && \
|
dpkg --add-architecture i386 && \
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
apt-get install -y \
|
apt-get install -y \
|
||||||
|
libwine \
|
||||||
wine32 \
|
wine32 \
|
||||||
|
wine64 \
|
||||||
--no-install-recommends \
|
--no-install-recommends \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user