mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
update wine
Signed-off-by: Jess Frazelle <jess@oxide.computer>
This commit is contained in:
parent
0e2105c793
commit
b968f19550
|
@ -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 && \
|
||||
|
|
Loading…
Reference in New Issue
Block a user