mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 06:21:32 +01:00
@@ -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/*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user