Skip to content

Commit

Permalink
fallback to g++5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Kraynyukhov committed Jul 23, 2018
1 parent 17e0076 commit 22bae55
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
10 changes: 0 additions & 10 deletions dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,6 @@ RUN apt-get install -y libpam0g-dev

RUN apt-get install -y libbz2-dev

RUN apt-get install build-essential software-properties-common -y

RUN add-apt-repository ppa:ubuntu-toolchain-r/test -y

RUN apt-get update

RUN apt-get install gcc-6 g++-6 -y

RUN update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-6 60 --slave /usr/bin/g++ g++ /usr/bin/g++-6

ENV WORKSPACE /root/workspace

RUN mkdir ${WORKSPACE}
Expand Down
10 changes: 0 additions & 10 deletions dockerfiles/Dockerfile.ssse3
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,6 @@ RUN --force apt-get update \

RUN apt-get install -y g++-multilib

RUN apt-get install build-essential software-properties-common -y

RUN add-apt-repository ppa:ubuntu-toolchain-r/test -y

RUN apt-get update

RUN apt-get install gcc-6 g++-6 -y

RUN update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-6 60 --slave /usr/bin/g++ g++ /usr/bin/g++-6

RUN apt-get install -y apt-utils

RUN apt-get install -y vim
Expand Down

0 comments on commit 22bae55

Please sign in to comment.