Skip to content

Commit

Permalink
Merge pull request #86 from farribeiro/lang-envvar
Browse files Browse the repository at this point in the history
Update LANG env var
  • Loading branch information
farribeiro authored Jun 26, 2020
2 parents 588754b + 5a4204f commit ecd72f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV USER=ff

ENV GUID=1000

ENV LANG=pt_BR.UTF-8
ENV LANG="pt_BR.UTF-8 UTF-8"

COPY startup.sh /home/ff/

Expand Down

0 comments on commit ecd72f5

Please sign in to comment.