We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1ed807 commit 045a456Copy full SHA for 045a456
.gitignore
@@ -2,3 +2,4 @@
2
.idea/vcs.xml
3
*_shasums_latest.sh
4
manifest_commands.sh
5
+hadolint/
dockerfile_functions.sh
@@ -92,6 +92,7 @@ print_ubuntu_pkg() {
92
cat >> $1 <<'EOI'
93
RUN apt-get update \
94
&& apt-get install -y --no-install-recommends curl ca-certificates locales \
95
+ && echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen \
96
&& locale-gen en_US.UTF-8 \
97
&& rm -rf /var/lib/apt/lists/*
98
EOI
0 commit comments