Skip to content

Commit

Permalink
Fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ccomrade committed Feb 25, 2024
1 parent 09caf77 commit 3cad0a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN dpkg --add-architecture i386 \
&& apt-get install -y --no-install-recommends wine wine64 wine32:i386 winbind \
&& apt-get clean

RUN wineboot --init && wineserver --wait

ADD https://comrade.one/$TOOLCHAIN_TARBALL /
RUN tar -xaf /$TOOLCHAIN_TARBALL -C /root/.wine/drive_c/ && rm $TOOLCHAIN_TARBALL

RUN wineboot --init && wineserver --wait

0 comments on commit 3cad0a7

Please sign in to comment.