Skip to content

Commit

Permalink
Merge pull request #413 from manala/lazy/default-locale
Browse files Browse the repository at this point in the history
[Lazy] Set default locale
  • Loading branch information
nervo authored Jan 29, 2024
2 parents 318d77e + 43953a4 commit 47792e1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lazy.ansible/.manala/docker/Dockerfile.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ ARG DIRENV_VERSION="2.33.0"
# It's also internally used for checking we're running inside a container.
ENV container="docker"

# Default locale
ENV LANG C.UTF-8

SHELL ["/bin/bash", "-o", "pipefail", "-c"]

RUN \
Expand Down
3 changes: 3 additions & 0 deletions lazy.kubernetes/.manala/docker/Dockerfile.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ ARG DIRENV_VERSION="2.33.0"
# It's also internally used for checking we're running inside a container.
ENV container="docker"

# Default locale
ENV LANG C.UTF-8

SHELL ["/bin/bash", "-o", "pipefail", "-c"]

RUN \
Expand Down
3 changes: 3 additions & 0 deletions lazy.symfony/.manala/docker/Dockerfile.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ ARG DIRENV_VERSION="2.33.0"
# It's also internally used for checking we're running inside a container.
ENV container="docker"

# Default locale
ENV LANG C.UTF-8

SHELL ["/bin/bash", "-o", "pipefail", "-c"]

RUN \
Expand Down

0 comments on commit 47792e1

Please sign in to comment.