Skip to content

Commit

Permalink
fix wineinstall, switch to winehq-devel
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmadigan committed Feb 10, 2019
1 parent 35b3f40 commit 91ec606
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 @@ -28,13 +28,13 @@ RUN \
apt-key add Release.key && \
apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/ && \
apt-get update && \
apt-get -y install --install-recommends winehq-stable wine-mono wine-gecko
apt-get -y install --allow-unauthenticated --install-recommends winehq-devel wine-mono wine-gecko

RUN \
cd /usr/bin/ && \
wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks && \
chmod +x winetricks && \
sh winetricks corefonts
sh winetricks corefonts wininet

ADD supervisord.conf /etc/supervisor/conf.d/supervisord.conf
ADD blueiris.sh /root/blueiris.sh
Expand Down

0 comments on commit 91ec606

Please sign in to comment.