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