Skip to content

Commit

Permalink
fix(docker): Docker - wine - bad exe format for rcedit.exe
Browse files Browse the repository at this point in the history
  • Loading branch information
develar committed Dec 29, 2016
1 parent 2906227 commit 920c230
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/wine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
FROM electronuserland/electron-builder:latest

RUN apt-get update -y && \
apt-get install -y --no-install-recommends wine-stable mono-devel ca-certificates-mono && \
RUN dpkg --add-architecture i386 && apt-get update -y && apt-get install -y --no-install-recommends wine32 wine-stable mono-devel ca-certificates-mono && \
apt-get clean && rm -rf /var/lib/apt/lists/*

ENV WINEDEBUG -all,err+all
Expand Down

0 comments on commit 920c230

Please sign in to comment.