Skip to content

Commit

Permalink
Locked down Wine to wine-stable (3.0) (#62)
Browse files Browse the repository at this point in the history
Fixes broken logging for cl.exe
  • Loading branch information
mathiaswking authored Mar 9, 2018
1 parent e621f31 commit d34026c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions server/docker-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -152,17 +152,17 @@ RUN \
apt-get update && \
apt-get install apt-transport-https

# According to some notes, wine 1.8 is needed for Visual Studio 2015, and Ubuntu 14 only has wine 1.4
# Installation notes: https://wiki.winehq.org/Ubuntu
RUN \
wget https://dl.winehq.org/wine-builds/Release.key && \
apt-key add Release.key && \
rm Release.key && \
apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/ && \
dpkg --add-architecture i386 && \
apt-get update && \
apt-get install -y --install-recommends wine-devel
apt-get install -y --install-recommends wine-stable

ENV PATH ${PATH}:/opt/wine-devel/bin
ENV PATH ${PATH}:/opt/wine-stable/bin

ENV PROGRAM_FILES "C:/Program Files (x86)"

Expand Down

0 comments on commit d34026c

Please sign in to comment.