Dockerfile 423 B

123456
  1. FROM vookimedlo/ubuntu-qt:latestDistroOfficial_gcc_bionic
  2. RUN apt-get update && apt-get install -y software-properties-common
  3. RUN add-apt-repository ppa:ubuntu-toolchain-r/test
  4. RUN add-apt-repository ppa:team-xbmc/ppa
  5. RUN apt-get update && apt-get install -y qttools5-dev gcc-9 g++-9 flatbuffers flatbuffers-dev
  6. # RUN update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 60 --slave /usr/bin/g++ g++ /usr/bin/g++-9