Skip to content

Commit

Permalink
refactor: πŸ‘·πŸš§
Browse files Browse the repository at this point in the history
  • Loading branch information
engineervix committed Oct 15, 2020
1 parent f0edfbd commit 14187cd
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 @@ -12,7 +12,7 @@ ARG PYINSTALLER_VERSION=4.0
RUN set -x \
&& dpkg --add-architecture i386 \
&& apt-get update -qy \
&& apt-get install --no-install-recommends -qfy -o APT::Immediate-Configure=false gpg-agent rename apt-transport-https software-properties-common winbind cabextract wget curl zip unzip xvfb xdotool x11-utils xterm \
&& apt-get install --no-install-recommends -qfy -o APT::Immediate-Configure=false libc6 gpg-agent rename apt-transport-https software-properties-common winbind cabextract wget curl zip unzip xvfb xdotool x11-utils xterm \
&& wget -nv https://dl.winehq.org/wine-builds/winehq.key \
&& apt-key add winehq.key \
&& add-apt-repository 'https://dl.winehq.org/wine-builds/ubuntu/' \
Expand Down

0 comments on commit 14187cd

Please sign in to comment.