From f726f8699e1834e03b2a9c5e36945a1a2e36f05c Mon Sep 17 00:00:00 2001 From: Dominik Date: Mon, 3 Jun 2024 11:39:24 +0200 Subject: [PATCH] Update dockerfile --- IMAGES/ptero-wine/dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IMAGES/ptero-wine/dockerfile b/IMAGES/ptero-wine/dockerfile index 3df1f49..4e89fff 100644 --- a/IMAGES/ptero-wine/dockerfile +++ b/IMAGES/ptero-wine/dockerfile @@ -9,7 +9,7 @@ LABEL maintainer="draakoor " ENV WINEDEBUG=fixme-all ENV WINEARCH=win64 -ENV WINEPREFIX=/home/container/wine/.wine +ENV WINEPREFIX=/home/container/.wine COPY installwine.sh /installwine.sh RUN chmod +x /installwine.sh