Skip to content

Commit

Permalink
Fix dockerfile deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiX committed Dec 23, 2024
1 parent 99a51b1 commit 502dfef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM tobix/wine:devel
MAINTAINER Tobias Gruetzmacher "tobias-docker@23.gs"
LABEL org.opencontainers.image.authors="Tobias Gruetzmacher <tobias-docker@23.gs>"

ENV WINEDEBUG -all
ENV WINEPREFIX /opt/wineprefix
ENV WINEDEBUG=-all
ENV WINEPREFIX=/opt/wineprefix

COPY wine-init.sh SHA256SUMS.txt keys.gpg /tmp/helper/
COPY mkuserwineprefix entrypoint.sh /opt/
Expand Down

0 comments on commit 502dfef

Please sign in to comment.