Skip to content

Commit 9212811

Browse files
committed
lets built and push
1 parent e794531 commit 9212811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ARG PYINSTALLER_VERSION=3.6
1010
RUN set -x \
1111
&& dpkg --add-architecture i386 \
1212
&& apt-get update -qy \
13-
&& apt-get install --no-install-recommends -qfy apt-transport-https software-properties-common wget \
13+
&& apt-get install --no-install-recommends -qfy apt-transport-https software-properties-common wget file \
1414
&& wget -nv https://dl.winehq.org/wine-builds/winehq.key \
1515
&& apt-key add winehq.key \
1616
&& add-apt-repository 'https://dl.winehq.org/wine-builds/ubuntu/' \

0 commit comments

Comments
 (0)