Also install locales

This commit is contained in:
Webber
2021-01-13 00:16:19 +01:00
parent a172ba4e62
commit daaf5ccf5f
3 changed files with 5 additions and 3 deletions

View File

@@ -10,6 +10,10 @@ LABEL "repository"="http://github.com/webbertakken/unity-actions"
LABEL "homepage"="http://github.com/webbertakken/unity-actions"
LABEL "maintainer"="Webber Takken <webber@takken.io>"
RUN apt-get -y install locales
ENV LANG=C.UTF-8
ENV LC_ALL=C.UTF-8
ADD default-build-script /UnityBuilderAction
ADD steps /steps
RUN chmod -R +x /steps

File diff suppressed because one or more lines are too long