Skip to content

Commit 7ff7a8a

Browse files
Update Dockerfile
1 parent 3eff0bc commit 7ff7a8a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Dockerfile

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ RUN apt-get update; apt-get install -y wget
1212
RUN apt-get install -y software-properties-common python-software-properties apt-transport-https
1313

1414
# Setup i386 architecture
15-
RUN dpkg --add-architecture i386; \
16-
wget -nc https://dl.winehq.org/wine-builds/Release.key; \
17-
apt-key add Release.key; \
18-
apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/
15+
RUN dpkg --add-architecture i386; \
16+
wget -nc https://dl.winehq.org/wine-builds/winehq.key; \
17+
apt-key add winehq.key; \
18+
apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ xenial main'
1919

2020
# Get the latest WINE
21-
RUN apt-get update; apt-get install -y winehq-stable
21+
RUN apt-get update; apt-get install -y --install-recommends winehq-stable
2222

2323
# Set the locale and timezone.
2424
RUN apt-get update; apt-get install -y locales tzdata

0 commit comments

Comments
 (0)