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.
2 parents af1abce + 58c08fb commit 3473c42Copy full SHA for 3473c42
dockerfile_functions.sh
@@ -178,7 +178,7 @@ print_lang_locale() {
178
print_ubuntu_pkg() {
179
cat >> "$1" <<'EOI'
180
RUN apt-get update \
181
- && apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
+ && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
182
&& echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen \
183
&& locale-gen en_US.UTF-8 \
184
&& rm -rf /var/lib/apt/lists/*
0 commit comments