Skip to content

Commit

Permalink
Drop unused nl_NL.ISO-8859-1 locale from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Minoru committed Feb 1, 2021
1 parent cc6e75c commit 4555cc2
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/coveralls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
sudo apt-get install --assume-yes locales
echo 'en_US.UTF-8 UTF-8' | sudo tee --append /etc/locale.gen
echo 'ru_RU.KOI8-R KOI8-R' | sudo tee --append /etc/locale.gen
echo 'nl_NL.ISO-8859-1 ISO-8859-1' | sudo tee --append /etc/locale.gen
echo 'ru_RU.CP1251 CP1251' | sudo tee --append /etc/locale.gen
sudo locale-gen
Expand Down
1 change: 0 additions & 1 deletion docker/ubuntu_18.04-build-tools.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ RUN addgroup --gid 1000 builder \
RUN apt-get install locales \
&& echo 'en_US.UTF-8 UTF-8' >> /etc/locale.gen \
&& echo 'ru_RU.KOI8-R KOI8-R' >> /etc/locale.gen \
&& echo 'nl_NL.ISO-8859-1 ISO-8859-1' >> /etc/locale.gen \
&& echo 'ru_RU.CP1251 CP1251' >> /etc/locale.gen \
&& locale-gen
ENV LANG en_US.UTF-8
Expand Down
1 change: 0 additions & 1 deletion docker/ubuntu_18.04-i686.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ RUN apt-get update \
&& apt-get install locales \
&& echo 'en_US.UTF-8 UTF-8' >> /etc/locale.gen \
&& echo 'ru_RU.KOI8-R KOI8-R' >> /etc/locale.gen \
&& echo 'nl_NL.ISO-8859-1 ISO-8859-1' >> /etc/locale.gen \
&& echo 'ru_RU.CP1251 CP1251' >> /etc/locale.gen \
&& locale-gen
ENV LANG en_US.UTF-8
Expand Down
1 change: 0 additions & 1 deletion docker/ubuntu_20.04-build-tools.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ RUN addgroup --gid 1000 builder \
RUN apt-get install locales \
&& echo 'en_US.UTF-8 UTF-8' >> /etc/locale.gen \
&& echo 'ru_RU.KOI8-R KOI8-R' >> /etc/locale.gen \
&& echo 'nl_NL.ISO-8859-1 ISO-8859-1' >> /etc/locale.gen \
&& echo 'ru_RU.CP1251 CP1251' >> /etc/locale.gen \
&& locale-gen
ENV LANG en_US.UTF-8
Expand Down
1 change: 0 additions & 1 deletion docker/ubuntu_20.10-build-tools.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ RUN addgroup --gid 1000 builder \
RUN apt-get install locales \
&& echo 'en_US.UTF-8 UTF-8' >> /etc/locale.gen \
&& echo 'ru_RU.KOI8-R KOI8-R' >> /etc/locale.gen \
&& echo 'nl_NL.ISO-8859-1 ISO-8859-1' >> /etc/locale.gen \
&& echo 'ru_RU.CP1251 CP1251' >> /etc/locale.gen \
&& locale-gen
ENV LANG en_US.UTF-8
Expand Down

0 comments on commit 4555cc2

Please sign in to comment.