Install recommends for locales

This commit is contained in:
Webber 2021-01-13 10:19:04 +01:00
parent f79c381dd8
commit 6d8fcbb306

View File

@ -11,7 +11,7 @@ LABEL "homepage"="http://github.com/webbertakken/unity-actions"
LABEL "maintainer"="Webber Takken <webber@takken.io>" LABEL "maintainer"="Webber Takken <webber@takken.io>"
# To be moved to base image # To be moved to base image
RUN apt-get -q install -y --no-install-recommends --allow-downgrades && apt-get clean RUN apt-get -q install -y && apt-get clean
RUN locale-gen en_US.UTF-8 RUN locale-gen en_US.UTF-8
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8' ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'