From 7528d7949fba7877ec495ce38003b339cdd6e2a7 Mon Sep 17 00:00:00 2001 From: Torsten Widmann Date: Tue, 31 May 2022 20:26:18 +0200 Subject: [PATCH 1/2] add tzdata --- wine/latest/Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wine/latest/Dockerfile b/wine/latest/Dockerfile index 7ab8e30..36cd688 100644 --- a/wine/latest/Dockerfile +++ b/wine/latest/Dockerfile @@ -1,6 +1,6 @@ -# ---------------------------------- -# Generic Wine 6 image -# ---------------------------------- +# --------------------------------------- +# Generic Wine image based in Wine stable +# --------------------------------------- FROM ghcr.io/parkervcp/yolks:debian LABEL author="Michael Parker" maintainer="parker@pterodactyl.io" @@ -8,7 +8,7 @@ LABEL author="Michael Parker" maintainer="parker@pterodactyl.io" ## install required packages RUN dpkg --add-architecture i386 \ && apt update -y \ - && apt install -y --no-install-recommends gnupg2 software-properties-common libntlm0 winbind xvfb xauth python3 libncurses5:i386 libncurses6:i386 + && apt install -y --no-install-recommends gnupg2 tzdata software-properties-common libntlm0 winbind xvfb xauth python3 libncurses5:i386 libncurses6:i386 # Install winehq-stable and with recommends RUN wget -nc https://dl.winehq.org/wine-builds/winehq.key \ From 1e257e11fc6baef7d15debcee251c12cf3f26638 Mon Sep 17 00:00:00 2001 From: Torsten Widmann Date: Tue, 31 May 2022 20:28:09 +0200 Subject: [PATCH 2/2] typo --- wine/latest/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wine/latest/Dockerfile b/wine/latest/Dockerfile index 36cd688..4c47ef7 100644 --- a/wine/latest/Dockerfile +++ b/wine/latest/Dockerfile @@ -1,5 +1,5 @@ # --------------------------------------- -# Generic Wine image based in Wine stable +# Generic Wine image based on Wine stable # --------------------------------------- FROM ghcr.io/parkervcp/yolks:debian