Set up locale env variables

This commit is contained in:
Tom Van Braband 2021-04-19 08:35:46 +02:00
commit db65a086b2

View file

@ -14,6 +14,9 @@ ARG NODEJS_HOME=/opt/nodejs
ENV PATH=${PATH}:${SONAR_SCANNER_HOME}/bin:${NODEJS_HOME}/bin
# set up local envs in order to allow for special chars (non-asci) in filenames
ENV LC_ALL="C.UTF-8"
WORKDIR /opt
# https://help.github.com/en/actions/creating-actions/dockerfile-support-for-github-actions#user