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 6870f21 commit 58c08fbCopy full SHA for 58c08fb
dockerfile_functions.sh
@@ -173,7 +173,7 @@ print_lang_locale() {
173
print_ubuntu_pkg() {
174
cat >> "$1" <<'EOI'
175
RUN apt-get update \
176
- && 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 \
177
&& echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen \
178
&& locale-gen en_US.UTF-8 \
179
&& rm -rf /var/lib/apt/lists/*
0 commit comments