Skip to content

Commit

Permalink
Fix wget command
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik authored Mar 8, 2019
1 parent de2687c commit 9bf0fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN apt-get update && \

# Install Wine stable
RUN dpkg --add-architecture i386 && \
wget wget -nc https://dl.winehq.org/wine-builds/winehq.key && \
wget -nc https://dl.winehq.org/wine-builds/winehq.key && \
apt-key add winehq.key && \
rm winehq.key && \
apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main' && \
Expand Down

0 comments on commit 9bf0fb0

Please sign in to comment.