Merge pull request #61 from gOOvER/patch-3

Update/Wine - add tzdata
This commit is contained in:
Michael (Parker) Parker
2022-05-31 15:35:30 -04:00
committed by GitHub

View File

@@ -1,6 +1,6 @@
# ---------------------------------- # ---------------------------------------
# Generic Wine 6 image # Generic Wine image based on Wine stable
# ---------------------------------- # ---------------------------------------
FROM ghcr.io/parkervcp/yolks:debian FROM ghcr.io/parkervcp/yolks:debian
LABEL author="Michael Parker" maintainer="parker@pterodactyl.io" LABEL author="Michael Parker" maintainer="parker@pterodactyl.io"
@@ -8,7 +8,7 @@ LABEL author="Michael Parker" maintainer="parker@pterodactyl.io"
## install required packages ## install required packages
RUN dpkg --add-architecture i386 \ RUN dpkg --add-architecture i386 \
&& apt update -y \ && 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 # Install winehq-stable and with recommends
RUN wget -nc https://dl.winehq.org/wine-builds/winehq.key \ RUN wget -nc https://dl.winehq.org/wine-builds/winehq.key \