Skip to content

Commit

Permalink
SCANDOCKER-40 Add LCALL to setup
Browse files Browse the repository at this point in the history
  • Loading branch information
csaba-feher-sonarsource committed Aug 21, 2024
1 parent 877aefb commit 064902c
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 @@ -38,7 +38,8 @@ ENV HOME=/tmp \
PATH=${SONAR_SCANNER_HOME}/bin:${PATH} \
SRC_PATH=/usr/src \
SCANNER_WORKDIR_PATH=/tmp/.scannerwork \
LANG=C.UTF-8
LANG=C.UTF-8 \
LC_ALL=C.UTF-8

# Copy Scanner installation from builder image
COPY --from=builder /opt/sonar-scanner /opt/sonar-scanner
Expand Down

0 comments on commit 064902c

Please sign in to comment.