- FROM vookimedlo/ubuntu-qt:latestDistroOfficial_gcc_bionic
- RUN apt-get update && apt-get install -y software-properties-common
- RUN add-apt-repository ppa:ubuntu-toolchain-r/test
- RUN add-apt-repository ppa:team-xbmc/ppa
- RUN apt-get update && apt-get install -y qttools5-dev gcc-9 g++-9 flatbuffers flatbuffers-dev
|