Skip to content

Commit e40f779

Browse files
authored
Set locale in AL3 helix image (#1427)
1 parent fcba471 commit e40f779

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/azurelinux/3.0/helix/Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ RUN /usr/sbin/useradd -c '' --uid 1000 --shell /bin/bash --groups adm helixbot &
4343

4444
USER helixbot
4545

46+
# Set environment variables
47+
ENV LANG en_US.UTF-8
48+
ENV LANGUAGE en_US:en
49+
ENV LC_ALL en_US.UTF-8
50+
4651
# Install Helix Dependencies
4752
ENV VIRTUAL_ENV=/home/helixbot/.vsts-env
4853
RUN python3 -m venv $VIRTUAL_ENV

0 commit comments

Comments
 (0)