Skip to content

Commit

Permalink
Docker: use 5.12.8 on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
iakov committed May 14, 2020
1 parent fc97d1e commit ae0a966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN apt-get update \
&& apt-get install --no-install-recommends -y software-properties-common \
&& add-apt-repository -y ppa:jonathonf/gcc \
&& add-apt-repository -y ppa:ubuntu-toolchain-r/test \
&& add-apt-repository -y ppa:beineri/opt-qt-5.12.7-xenial \
&& add-apt-repository -y ppa:beineri/opt-qt-5.12.8-xenial \
&& apt-get update \
&& apt-get install -y --no-install-recommends \
wget curl rsync sshpass openssh-client build-essential g++-${TRIK_GCCVERSION} gdb python3-dev \
Expand Down

0 comments on commit ae0a966

Please sign in to comment.