We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e794531 commit 9212811Copy full SHA for 9212811
Dockerfile
@@ -10,7 +10,7 @@ ARG PYINSTALLER_VERSION=3.6
10
RUN set -x \
11
&& dpkg --add-architecture i386 \
12
&& apt-get update -qy \
13
- && apt-get install --no-install-recommends -qfy apt-transport-https software-properties-common wget \
+ && apt-get install --no-install-recommends -qfy apt-transport-https software-properties-common wget file \
14
&& wget -nv https://dl.winehq.org/wine-builds/winehq.key \
15
&& apt-key add winehq.key \
16
&& add-apt-repository 'https://dl.winehq.org/wine-builds/ubuntu/' \
0 commit comments