mirror of
https://github.com/game-ci/unity-builder.git
synced 2026-06-18 22:16:51 -07:00
install locales without recommends
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ LABEL "repository"="http://github.com/webbertakken/unity-actions"
|
|||||||
LABEL "homepage"="http://github.com/webbertakken/unity-actions"
|
LABEL "homepage"="http://github.com/webbertakken/unity-actions"
|
||||||
LABEL "maintainer"="Webber Takken <webber@takken.io>"
|
LABEL "maintainer"="Webber Takken <webber@takken.io>"
|
||||||
|
|
||||||
RUN apt-get -y install locales
|
RUN apt-get -q install -y --no-install-recommends --allow-downgrades && apt-get clean
|
||||||
ENV LANG=C.UTF-8
|
ENV LANG=C.UTF-8
|
||||||
ENV LC_ALL=C.UTF-8
|
ENV LC_ALL=C.UTF-8
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user