File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ RUN apt-get update; apt-get install -y wget
12
12
RUN apt-get install -y software-properties-common python-software-properties apt-transport-https
13
13
14
14
# 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'
19
19
20
20
# 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
22
22
23
23
# Set the locale and timezone.
24
24
RUN apt-get update; apt-get install -y locales tzdata
You can’t perform that action at this time.
0 commit comments