Skip to content

Commit

Permalink
Merge pull request #5 from JamesParrott/ENV_LANG=C.UTF8
Browse files Browse the repository at this point in the history
Update Dockerfile.jinja
  • Loading branch information
JamesParrott authored Oct 29, 2023
2 parents 028a4ca + b5771da commit 833fd6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/Dockerfile.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ class Config(typing.TypedDict):

FROM "${base_image}:${base_tag}" as runner

ENV LANG=C.UTF8

{% block labels -%}
{% import 'macros/labels.jinja' as labels with context -%}
{{ labels.render_labels(
Expand Down

0 comments on commit 833fd6c

Please sign in to comment.