commit initial, premières applications gérées: qtcreator, git, qgit, qcachegrind, valgrind, kdiff3
This commit is contained in:
11
qgit/Dockerfile_centos7_qgit
Normal file
11
qgit/Dockerfile_centos7_qgit
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM cos7_base_qt
|
||||
|
||||
ARG QGIT_VER=2.9
|
||||
|
||||
RUN git clone --recursive https://github.com/tibirna/qgit.git && \
|
||||
cd qgit && git checkout qgit-$QGIT_VER && \
|
||||
PATH=/qt/$QT_VER/gcc_64/bin/:$PATH qmake qgit.pro && \
|
||||
make
|
||||
|
||||
# Exécuter une commande au démarrage de l'image.
|
||||
CMD ["/bin/bash"]
|
Reference in New Issue
Block a user