Skip to content

Commit

Permalink
Workaround act issue 896
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvdb committed Nov 30, 2021
1 parent 5392662 commit 87c95e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ WORKDIR /opt
# https://help.github.com/en/actions/creating-actions/dockerfile-support-for-github-actions#user
USER root

# Workaround https://github.com/nektos/act/issues/896
RUN ln -s $SONAR_SCANNER_HOME/bin/sonar-scanner /usr/local/bin/sonar-scanner

# Prepare entrypoint
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
Expand Down

0 comments on commit 87c95e4

Please sign in to comment.