From ace1903cf717df8c6eb27f6e584468ab77107c60 Mon Sep 17 00:00:00 2001 From: Webber Date: Wed, 13 Jan 2021 00:18:25 +0100 Subject: [PATCH] install locales without recommends --- action/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action/Dockerfile b/action/Dockerfile index 1da2055e..6c06111e 100644 --- a/action/Dockerfile +++ b/action/Dockerfile @@ -10,7 +10,7 @@ LABEL "repository"="http://github.com/webbertakken/unity-actions" LABEL "homepage"="http://github.com/webbertakken/unity-actions" LABEL "maintainer"="Webber Takken " -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 LC_ALL=C.UTF-8