Browse Source

new dockerfile

logicp 5 years ago
parent
commit
099cd710b6
1 changed files with 2 additions and 6 deletions
  1. 2 6
      .circleci/Dockerfile

+ 2 - 6
.circleci/Dockerfile

@@ -1,6 +1,2 @@
-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
-# RUN update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 60 --slave /usr/bin/g++ g++ /usr/bin/g++-9
+FROM jonathonf/manjaro:latest
+RUN pacman -Syu flatbuffers base-devel qt5-base --noconfirm