diff --git a/client-qt6/Dockerfile b/client-qt6/Dockerfile index 8531bd3..82d41e2 100644 --- a/client-qt6/Dockerfile +++ b/client-qt6/Dockerfile @@ -104,7 +104,7 @@ RUN mkdir -p /opt/sonar && \ curl -sSLo /opt/sonar/sonar-scanner.zip ${SONAR_SCANNER_DOWNLOAD_URL} && \ unzip -o /opt/sonar/sonar-scanner.zip -d /opt/sonar/ -ENV PATH=/opt/sonar/sonar-scanner-${SONAR_SCANNER_VERSION}-linux/bin:${PATH} +ENV PATH=/opt/sonar/sonar-scanner-${SONAR_SCANNER_VERSION}-linux-x64/bin:${PATH} # Setup build-wrapper ENV BUILD_WRAPPER_DOWNLOAD_URL ${SONAR_SERVER_URL}/static/cpp/build-wrapper-linux-x86.zip