Skip to content

Commit

Permalink
update docker config
Browse files Browse the repository at this point in the history
  • Loading branch information
PayneFuRC committed Nov 5, 2024
1 parent be20ec0 commit 8d7dc91
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/wine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
ARG IMAGE_VERSION=latest
FROM electronuserland/builder:$IMAGE_VERSION


ENV WINEARCH=win64
ENV WINEPREFIX=/root/.wine64

RUN dpkg --add-architecture i386 && \
curl -Lo /usr/share/keyrings/winehq.asc https://dl.winehq.org/wine-builds/winehq.key && \
echo 'deb [signed-by=/usr/share/keyrings/winehq.asc] https://dl.winehq.org/wine-builds/ubuntu/ focal main' > /etc/apt/sources.list.d/winehq.list && \
Expand Down

0 comments on commit 8d7dc91

Please sign in to comment.