Skip to content

Commit

Permalink
fix: Add Conan default profile
Browse files Browse the repository at this point in the history
  • Loading branch information
j-ulrich committed Nov 29, 2024
1 parent bc81575 commit 92bdb22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ RUN python3 -m venv ~/.virtualenvs/coverxygen \
ENV VIRTUAL_ENV=/root/.virtualenvs/coverxygen
ENV PATH=/root/.local/bin:/root/.virtualenvs/coverxygen/bin:$PATH

RUN qbs setup-toolchains --detect && qbs setup-qt /usr/bin/qmake6 qt-6-4-2-bin && qbs config defaultProfile qt-6-4-2-bin
RUN qbs setup-toolchains --detect && qbs setup-qt /usr/bin/qmake6 qt-6-4-2-bin && qbs config defaultProfile qt-6-4-2-bin \
&& conan profile detect --force

COPY sonar-scanner /opt/sonar-scanner/
RUN chmod a+x /opt/sonar-scanner/bin/sonar-scanner*
Expand Down

0 comments on commit 92bdb22

Please sign in to comment.