diff --git a/2.5/alpine3.11/Dockerfile b/2.5/alpine3.11/Dockerfile index 9c077a2e84..ead925c040 100644 --- a/2.5/alpine3.11/Dockerfile +++ b/2.5/alpine3.11/Dockerfile @@ -11,6 +11,7 @@ RUN set -eux; \ echo 'update: --no-document'; \ } >> /usr/local/etc/gemrc +ENV LANG C.UTF-8 ENV RUBY_MAJOR 2.5 ENV RUBY_VERSION 2.5.8 ENV RUBY_DOWNLOAD_SHA256 0391b2ffad3133e274469f9953ebfd0c9f7c186238968cbdeeb0651aa02a4d6d diff --git a/2.5/alpine3.12/Dockerfile b/2.5/alpine3.12/Dockerfile index 4e72886b1c..ae82cee2fc 100644 --- a/2.5/alpine3.12/Dockerfile +++ b/2.5/alpine3.12/Dockerfile @@ -11,6 +11,7 @@ RUN set -eux; \ echo 'update: --no-document'; \ } >> /usr/local/etc/gemrc +ENV LANG C.UTF-8 ENV RUBY_MAJOR 2.5 ENV RUBY_VERSION 2.5.8 ENV RUBY_DOWNLOAD_SHA256 0391b2ffad3133e274469f9953ebfd0c9f7c186238968cbdeeb0651aa02a4d6d diff --git a/2.5/buster/Dockerfile b/2.5/buster/Dockerfile index 69889c0f2d..cee7ea7bae 100644 --- a/2.5/buster/Dockerfile +++ b/2.5/buster/Dockerfile @@ -8,6 +8,7 @@ RUN set -eux; \ echo 'update: --no-document'; \ } >> /usr/local/etc/gemrc +ENV LANG C.UTF-8 ENV RUBY_MAJOR 2.5 ENV RUBY_VERSION 2.5.8 ENV RUBY_DOWNLOAD_SHA256 0391b2ffad3133e274469f9953ebfd0c9f7c186238968cbdeeb0651aa02a4d6d diff --git a/2.5/buster/slim/Dockerfile b/2.5/buster/slim/Dockerfile index cbb641b636..05c0daa250 100644 --- a/2.5/buster/slim/Dockerfile +++ b/2.5/buster/slim/Dockerfile @@ -22,6 +22,7 @@ RUN set -eux; \ echo 'update: --no-document'; \ } >> /usr/local/etc/gemrc +ENV LANG C.UTF-8 ENV RUBY_MAJOR 2.5 ENV RUBY_VERSION 2.5.8 ENV RUBY_DOWNLOAD_SHA256 0391b2ffad3133e274469f9953ebfd0c9f7c186238968cbdeeb0651aa02a4d6d diff --git a/2.5/stretch/Dockerfile b/2.5/stretch/Dockerfile index 7c461bbeba..2edae2c2d4 100644 --- a/2.5/stretch/Dockerfile +++ b/2.5/stretch/Dockerfile @@ -8,6 +8,7 @@ RUN set -eux; \ echo 'update: --no-document'; \ } >> /usr/local/etc/gemrc +ENV LANG C.UTF-8 ENV RUBY_MAJOR 2.5 ENV RUBY_VERSION 2.5.8 ENV RUBY_DOWNLOAD_SHA256 0391b2ffad3133e274469f9953ebfd0c9f7c186238968cbdeeb0651aa02a4d6d diff --git a/2.5/stretch/slim/Dockerfile b/2.5/stretch/slim/Dockerfile index eff91d0d2f..4297e7a4a0 100644 --- a/2.5/stretch/slim/Dockerfile +++ b/2.5/stretch/slim/Dockerfile @@ -22,6 +22,7 @@ RUN set -eux; \ echo 'update: --no-document'; \ } >> /usr/local/etc/gemrc +ENV LANG C.UTF-8 ENV RUBY_MAJOR 2.5 ENV RUBY_VERSION 2.5.8 ENV RUBY_DOWNLOAD_SHA256 0391b2ffad3133e274469f9953ebfd0c9f7c186238968cbdeeb0651aa02a4d6d diff --git a/2.6/alpine3.11/Dockerfile b/2.6/alpine3.11/Dockerfile index 5f78e80591..b0aa8d8601 100644 --- a/2.6/alpine3.11/Dockerfile +++ b/2.6/alpine3.11/Dockerfile @@ -11,6 +11,7 @@ RUN set -eux; \ echo 'update: --no-document'; \ } >> /usr/local/etc/gemrc +ENV LANG C.UTF-8 ENV RUBY_MAJOR 2.6 ENV RUBY_VERSION 2.6.6 ENV RUBY_DOWNLOAD_SHA256 5db187882b7ac34016cd48d7032e197f07e4968f406b0690e20193b9b424841f diff --git a/2.6/alpine3.12/Dockerfile b/2.6/alpine3.12/Dockerfile index f59cd698ab..5ab1287e4c 100644 --- a/2.6/alpine3.12/Dockerfile +++ b/2.6/alpine3.12/Dockerfile @@ -11,6 +11,7 @@ RUN set -eux; \ echo 'update: --no-document'; \ } >> /usr/local/etc/gemrc +ENV LANG C.UTF-8 ENV RUBY_MAJOR 2.6 ENV RUBY_VERSION 2.6.6 ENV RUBY_DOWNLOAD_SHA256 5db187882b7ac34016cd48d7032e197f07e4968f406b0690e20193b9b424841f diff --git a/2.6/buster/Dockerfile b/2.6/buster/Dockerfile index a674f91ec7..6b805a515a 100644 --- a/2.6/buster/Dockerfile +++ b/2.6/buster/Dockerfile @@ -8,6 +8,7 @@ RUN set -eux; \ echo 'update: --no-document'; \ } >> /usr/local/etc/gemrc +ENV LANG C.UTF-8 ENV RUBY_MAJOR 2.6 ENV RUBY_VERSION 2.6.6 ENV RUBY_DOWNLOAD_SHA256 5db187882b7ac34016cd48d7032e197f07e4968f406b0690e20193b9b424841f diff --git a/2.6/buster/slim/Dockerfile b/2.6/buster/slim/Dockerfile index 22c3b4f383..50bb840912 100644 --- a/2.6/buster/slim/Dockerfile +++ b/2.6/buster/slim/Dockerfile @@ -22,6 +22,7 @@ RUN set -eux; \ echo 'update: --no-document'; \ } >> /usr/local/etc/gemrc +ENV LANG C.UTF-8 ENV RUBY_MAJOR 2.6 ENV RUBY_VERSION 2.6.6 ENV RUBY_DOWNLOAD_SHA256 5db187882b7ac34016cd48d7032e197f07e4968f406b0690e20193b9b424841f diff --git a/2.6/stretch/Dockerfile b/2.6/stretch/Dockerfile index d1f91b35ef..c750094399 100644 --- a/2.6/stretch/Dockerfile +++ b/2.6/stretch/Dockerfile @@ -8,6 +8,7 @@ RUN set -eux; \ echo 'update: --no-document'; \ } >> /usr/local/etc/gemrc +ENV LANG C.UTF-8 ENV RUBY_MAJOR 2.6 ENV RUBY_VERSION 2.6.6 ENV RUBY_DOWNLOAD_SHA256 5db187882b7ac34016cd48d7032e197f07e4968f406b0690e20193b9b424841f diff --git a/2.6/stretch/slim/Dockerfile b/2.6/stretch/slim/Dockerfile index 49b5d1c0d6..f48b28a98d 100644 --- a/2.6/stretch/slim/Dockerfile +++ b/2.6/stretch/slim/Dockerfile @@ -22,6 +22,7 @@ RUN set -eux; \ echo 'update: --no-document'; \ } >> /usr/local/etc/gemrc +ENV LANG C.UTF-8 ENV RUBY_MAJOR 2.6 ENV RUBY_VERSION 2.6.6 ENV RUBY_DOWNLOAD_SHA256 5db187882b7ac34016cd48d7032e197f07e4968f406b0690e20193b9b424841f diff --git a/2.7/alpine3.11/Dockerfile b/2.7/alpine3.11/Dockerfile index 0936248b6c..d79df1ee7c 100644 --- a/2.7/alpine3.11/Dockerfile +++ b/2.7/alpine3.11/Dockerfile @@ -11,6 +11,7 @@ RUN set -eux; \ echo 'update: --no-document'; \ } >> /usr/local/etc/gemrc +ENV LANG C.UTF-8 ENV RUBY_MAJOR 2.7 ENV RUBY_VERSION 2.7.1 ENV RUBY_DOWNLOAD_SHA256 b224f9844646cc92765df8288a46838511c1cec5b550d8874bd4686a904fcee7 diff --git a/2.7/alpine3.12/Dockerfile b/2.7/alpine3.12/Dockerfile index 6f45f215f7..3bee12933d 100644 --- a/2.7/alpine3.12/Dockerfile +++ b/2.7/alpine3.12/Dockerfile @@ -11,6 +11,7 @@ RUN set -eux; \ echo 'update: --no-document'; \ } >> /usr/local/etc/gemrc +ENV LANG C.UTF-8 ENV RUBY_MAJOR 2.7 ENV RUBY_VERSION 2.7.1 ENV RUBY_DOWNLOAD_SHA256 b224f9844646cc92765df8288a46838511c1cec5b550d8874bd4686a904fcee7 diff --git a/2.7/buster/Dockerfile b/2.7/buster/Dockerfile index 87d102d00b..12efa7fb27 100644 --- a/2.7/buster/Dockerfile +++ b/2.7/buster/Dockerfile @@ -8,6 +8,7 @@ RUN set -eux; \ echo 'update: --no-document'; \ } >> /usr/local/etc/gemrc +ENV LANG C.UTF-8 ENV RUBY_MAJOR 2.7 ENV RUBY_VERSION 2.7.1 ENV RUBY_DOWNLOAD_SHA256 b224f9844646cc92765df8288a46838511c1cec5b550d8874bd4686a904fcee7 diff --git a/2.7/buster/slim/Dockerfile b/2.7/buster/slim/Dockerfile index e1a9bdbcae..bf5a4aee8f 100644 --- a/2.7/buster/slim/Dockerfile +++ b/2.7/buster/slim/Dockerfile @@ -22,6 +22,7 @@ RUN set -eux; \ echo 'update: --no-document'; \ } >> /usr/local/etc/gemrc +ENV LANG C.UTF-8 ENV RUBY_MAJOR 2.7 ENV RUBY_VERSION 2.7.1 ENV RUBY_DOWNLOAD_SHA256 b224f9844646cc92765df8288a46838511c1cec5b550d8874bd4686a904fcee7 diff --git a/Dockerfile-alpine.template b/Dockerfile-alpine.template index 1a72213bd8..71bff794d5 100644 --- a/Dockerfile-alpine.template +++ b/Dockerfile-alpine.template @@ -11,6 +11,7 @@ RUN set -eux; \ echo 'update: --no-document'; \ } >> /usr/local/etc/gemrc +ENV LANG C.UTF-8 ENV RUBY_MAJOR %%VERSION%% ENV RUBY_VERSION %%FULL_VERSION%% ENV RUBY_DOWNLOAD_SHA256 %%SHA256%% diff --git a/Dockerfile-debian.template b/Dockerfile-debian.template index 33314a1356..6df3acde71 100644 --- a/Dockerfile-debian.template +++ b/Dockerfile-debian.template @@ -8,6 +8,7 @@ RUN set -eux; \ echo 'update: --no-document'; \ } >> /usr/local/etc/gemrc +ENV LANG C.UTF-8 ENV RUBY_MAJOR %%VERSION%% ENV RUBY_VERSION %%FULL_VERSION%% ENV RUBY_DOWNLOAD_SHA256 %%SHA256%% diff --git a/Dockerfile-slim.template b/Dockerfile-slim.template index e286ccc349..4ba64e7eaa 100644 --- a/Dockerfile-slim.template +++ b/Dockerfile-slim.template @@ -22,6 +22,7 @@ RUN set -eux; \ echo 'update: --no-document'; \ } >> /usr/local/etc/gemrc +ENV LANG C.UTF-8 ENV RUBY_MAJOR %%VERSION%% ENV RUBY_VERSION %%FULL_VERSION%% ENV RUBY_DOWNLOAD_SHA256 %%SHA256%%