Skip to content

Commit

Permalink
fux dubious ownership?
Browse files Browse the repository at this point in the history
  • Loading branch information
inexcode authored Dec 3, 2023
1 parent 73c2d30 commit 6ca0fc5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sonarqube/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ ADD --chown=sonarqube:sonarqube $FLUTTER_ANALYZER_URL ${SQ_EXTENSIONS_DIR}/plugi
RUN tar -vxf flutter_linux_${FLUTTER_VERSION}-stable.tar.xz && \
rm flutter_linux_${FLUTTER_VERSION}-stable.tar.xz

RUN chown -R root:root flutter/

RUN ${FLUTTER_HOME}/bin/flutter doctor

RUN chown -R sonarqube:sonarqube flutter/
Expand Down

0 comments on commit 6ca0fc5

Please sign in to comment.