Skip to content

Commit 436253b

Browse files
dockerfile updates 2021-08-01 (AdoptOpenJDK#597)
Co-authored-by: GitHub Action <[email protected]>
1 parent 3473c42 commit 436253b

File tree

144 files changed

+144
-144
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

144 files changed

+144
-144
lines changed

11/jdk/debian/Dockerfile.hotspot.nightly.full

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ FROM debian:buster
2222
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
2323

2424
RUN apt-get update \
25-
&& apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
25+
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
2626
&& echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen \
2727
&& locale-gen en_US.UTF-8 \
2828
&& rm -rf /var/lib/apt/lists/*

11/jdk/debian/Dockerfile.hotspot.nightly.slim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ FROM debian:buster
2222
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
2323

2424
RUN apt-get update \
25-
&& apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
25+
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
2626
&& echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen \
2727
&& locale-gen en_US.UTF-8 \
2828
&& rm -rf /var/lib/apt/lists/*

11/jdk/debian/Dockerfile.hotspot.releases.full

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ FROM debian:buster
2222
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
2323

2424
RUN apt-get update \
25-
&& apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
25+
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
2626
&& echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen \
2727
&& locale-gen en_US.UTF-8 \
2828
&& rm -rf /var/lib/apt/lists/*

11/jdk/debian/Dockerfile.hotspot.releases.slim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ FROM debian:buster
2222
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
2323

2424
RUN apt-get update \
25-
&& apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
25+
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
2626
&& echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen \
2727
&& locale-gen en_US.UTF-8 \
2828
&& rm -rf /var/lib/apt/lists/*

11/jdk/debian/Dockerfile.openj9.nightly.full

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ FROM debian:buster
2222
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
2323

2424
RUN apt-get update \
25-
&& apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
25+
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
2626
&& echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen \
2727
&& locale-gen en_US.UTF-8 \
2828
&& rm -rf /var/lib/apt/lists/*

11/jdk/debian/Dockerfile.openj9.nightly.slim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ FROM debian:buster
2222
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
2323

2424
RUN apt-get update \
25-
&& apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
25+
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
2626
&& echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen \
2727
&& locale-gen en_US.UTF-8 \
2828
&& rm -rf /var/lib/apt/lists/*

11/jdk/debian/Dockerfile.openj9.releases.full

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ FROM debian:buster
2222
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
2323

2424
RUN apt-get update \
25-
&& apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
25+
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
2626
&& echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen \
2727
&& locale-gen en_US.UTF-8 \
2828
&& rm -rf /var/lib/apt/lists/*

11/jdk/debian/Dockerfile.openj9.releases.slim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ FROM debian:buster
2222
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
2323

2424
RUN apt-get update \
25-
&& apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
25+
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
2626
&& echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen \
2727
&& locale-gen en_US.UTF-8 \
2828
&& rm -rf /var/lib/apt/lists/*

11/jdk/debianslim/Dockerfile.hotspot.nightly.full

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ FROM debian:buster-slim
2222
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
2323

2424
RUN apt-get update \
25-
&& apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
25+
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
2626
&& echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen \
2727
&& locale-gen en_US.UTF-8 \
2828
&& rm -rf /var/lib/apt/lists/*

11/jdk/debianslim/Dockerfile.hotspot.nightly.slim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ FROM debian:buster-slim
2222
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
2323

2424
RUN apt-get update \
25-
&& apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
25+
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
2626
&& echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen \
2727
&& locale-gen en_US.UTF-8 \
2828
&& rm -rf /var/lib/apt/lists/*

11/jdk/debianslim/Dockerfile.hotspot.releases.full

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ FROM debian:buster-slim
2222
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
2323

2424
RUN apt-get update \
25-
&& apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
25+
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
2626
&& echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen \
2727
&& locale-gen en_US.UTF-8 \
2828
&& rm -rf /var/lib/apt/lists/*

11/jdk/debianslim/Dockerfile.hotspot.releases.slim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ FROM debian:buster-slim
2222
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
2323

2424
RUN apt-get update \
25-
&& apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
25+
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
2626
&& echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen \
2727
&& locale-gen en_US.UTF-8 \
2828
&& rm -rf /var/lib/apt/lists/*

11/jdk/debianslim/Dockerfile.openj9.nightly.full

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ FROM debian:buster-slim
2222
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
2323

2424
RUN apt-get update \
25-
&& apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
25+
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
2626
&& echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen \
2727
&& locale-gen en_US.UTF-8 \
2828
&& rm -rf /var/lib/apt/lists/*

11/jdk/debianslim/Dockerfile.openj9.nightly.slim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ FROM debian:buster-slim
2222
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
2323

2424
RUN apt-get update \
25-
&& apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
25+
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
2626
&& echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen \
2727
&& locale-gen en_US.UTF-8 \
2828
&& rm -rf /var/lib/apt/lists/*

11/jdk/debianslim/Dockerfile.openj9.releases.full

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ FROM debian:buster-slim
2222
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
2323

2424
RUN apt-get update \
25-
&& apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
25+
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
2626
&& echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen \
2727
&& locale-gen en_US.UTF-8 \
2828
&& rm -rf /var/lib/apt/lists/*

11/jdk/debianslim/Dockerfile.openj9.releases.slim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ FROM debian:buster-slim
2222
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
2323

2424
RUN apt-get update \
25-
&& apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
25+
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
2626
&& echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen \
2727
&& locale-gen en_US.UTF-8 \
2828
&& rm -rf /var/lib/apt/lists/*

11/jdk/ubuntu/Dockerfile.hotspot.nightly.full

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ FROM ubuntu:20.04
2222
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
2323

2424
RUN apt-get update \
25-
&& apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
25+
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
2626
&& echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen \
2727
&& locale-gen en_US.UTF-8 \
2828
&& rm -rf /var/lib/apt/lists/*

11/jdk/ubuntu/Dockerfile.hotspot.nightly.slim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ FROM ubuntu:20.04
2222
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
2323

2424
RUN apt-get update \
25-
&& apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
25+
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
2626
&& echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen \
2727
&& locale-gen en_US.UTF-8 \
2828
&& rm -rf /var/lib/apt/lists/*

11/jdk/ubuntu/Dockerfile.hotspot.releases.full

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ FROM ubuntu:20.04
2222
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
2323

2424
RUN apt-get update \
25-
&& apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
25+
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
2626
&& echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen \
2727
&& locale-gen en_US.UTF-8 \
2828
&& rm -rf /var/lib/apt/lists/*

11/jdk/ubuntu/Dockerfile.hotspot.releases.slim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ FROM ubuntu:20.04
2222
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
2323

2424
RUN apt-get update \
25-
&& apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
25+
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
2626
&& echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen \
2727
&& locale-gen en_US.UTF-8 \
2828
&& rm -rf /var/lib/apt/lists/*

11/jdk/ubuntu/Dockerfile.openj9.nightly.full

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ FROM ubuntu:20.04
2222
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
2323

2424
RUN apt-get update \
25-
&& apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
25+
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
2626
&& echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen \
2727
&& locale-gen en_US.UTF-8 \
2828
&& rm -rf /var/lib/apt/lists/*

11/jdk/ubuntu/Dockerfile.openj9.nightly.slim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ FROM ubuntu:20.04
2222
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
2323

2424
RUN apt-get update \
25-
&& apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
25+
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
2626
&& echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen \
2727
&& locale-gen en_US.UTF-8 \
2828
&& rm -rf /var/lib/apt/lists/*

11/jdk/ubuntu/Dockerfile.openj9.releases.full

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ FROM ubuntu:20.04
2222
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
2323

2424
RUN apt-get update \
25-
&& apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
25+
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
2626
&& echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen \
2727
&& locale-gen en_US.UTF-8 \
2828
&& rm -rf /var/lib/apt/lists/*

11/jdk/ubuntu/Dockerfile.openj9.releases.slim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ FROM ubuntu:20.04
2222
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
2323

2424
RUN apt-get update \
25-
&& apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
25+
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
2626
&& echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen \
2727
&& locale-gen en_US.UTF-8 \
2828
&& rm -rf /var/lib/apt/lists/*

11/jre/debian/Dockerfile.hotspot.nightly.full

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ FROM debian:buster
2222
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
2323

2424
RUN apt-get update \
25-
&& apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
25+
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
2626
&& echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen \
2727
&& locale-gen en_US.UTF-8 \
2828
&& rm -rf /var/lib/apt/lists/*

11/jre/debian/Dockerfile.hotspot.releases.full

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ FROM debian:buster
2222
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
2323

2424
RUN apt-get update \
25-
&& apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
25+
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
2626
&& echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen \
2727
&& locale-gen en_US.UTF-8 \
2828
&& rm -rf /var/lib/apt/lists/*

11/jre/debian/Dockerfile.openj9.nightly.full

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ FROM debian:buster
2222
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
2323

2424
RUN apt-get update \
25-
&& apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
25+
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
2626
&& echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen \
2727
&& locale-gen en_US.UTF-8 \
2828
&& rm -rf /var/lib/apt/lists/*

11/jre/debian/Dockerfile.openj9.releases.full

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ FROM debian:buster
2222
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
2323

2424
RUN apt-get update \
25-
&& apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
25+
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
2626
&& echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen \
2727
&& locale-gen en_US.UTF-8 \
2828
&& rm -rf /var/lib/apt/lists/*

11/jre/debianslim/Dockerfile.hotspot.nightly.full

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ FROM debian:buster-slim
2222
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
2323

2424
RUN apt-get update \
25-
&& apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
25+
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
2626
&& echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen \
2727
&& locale-gen en_US.UTF-8 \
2828
&& rm -rf /var/lib/apt/lists/*

11/jre/debianslim/Dockerfile.hotspot.releases.full

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ FROM debian:buster-slim
2222
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
2323

2424
RUN apt-get update \
25-
&& apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
25+
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
2626
&& echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen \
2727
&& locale-gen en_US.UTF-8 \
2828
&& rm -rf /var/lib/apt/lists/*

11/jre/debianslim/Dockerfile.openj9.nightly.full

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ FROM debian:buster-slim
2222
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
2323

2424
RUN apt-get update \
25-
&& apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
25+
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
2626
&& echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen \
2727
&& locale-gen en_US.UTF-8 \
2828
&& rm -rf /var/lib/apt/lists/*

11/jre/debianslim/Dockerfile.openj9.releases.full

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ FROM debian:buster-slim
2222
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
2323

2424
RUN apt-get update \
25-
&& apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
25+
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
2626
&& echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen \
2727
&& locale-gen en_US.UTF-8 \
2828
&& rm -rf /var/lib/apt/lists/*

11/jre/ubuntu/Dockerfile.hotspot.nightly.full

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ FROM ubuntu:20.04
2222
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
2323

2424
RUN apt-get update \
25-
&& apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
25+
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
2626
&& echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen \
2727
&& locale-gen en_US.UTF-8 \
2828
&& rm -rf /var/lib/apt/lists/*

11/jre/ubuntu/Dockerfile.hotspot.releases.full

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ FROM ubuntu:20.04
2222
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
2323

2424
RUN apt-get update \
25-
&& apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
25+
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
2626
&& echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen \
2727
&& locale-gen en_US.UTF-8 \
2828
&& rm -rf /var/lib/apt/lists/*

11/jre/ubuntu/Dockerfile.openj9.nightly.full

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ FROM ubuntu:20.04
2222
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
2323

2424
RUN apt-get update \
25-
&& apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
25+
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
2626
&& echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen \
2727
&& locale-gen en_US.UTF-8 \
2828
&& rm -rf /var/lib/apt/lists/*

11/jre/ubuntu/Dockerfile.openj9.releases.full

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ FROM ubuntu:20.04
2222
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
2323

2424
RUN apt-get update \
25-
&& apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
25+
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
2626
&& echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen \
2727
&& locale-gen en_US.UTF-8 \
2828
&& rm -rf /var/lib/apt/lists/*

15/jdk/debian/Dockerfile.hotspot.nightly.full

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ FROM debian:buster
2222
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
2323

2424
RUN apt-get update \
25-
&& apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
25+
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
2626
&& echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen \
2727
&& locale-gen en_US.UTF-8 \
2828
&& rm -rf /var/lib/apt/lists/*

15/jdk/debian/Dockerfile.hotspot.nightly.slim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ FROM debian:buster
2222
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
2323

2424
RUN apt-get update \
25-
&& apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
25+
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
2626
&& echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen \
2727
&& locale-gen en_US.UTF-8 \
2828
&& rm -rf /var/lib/apt/lists/*

15/jdk/debian/Dockerfile.hotspot.releases.full

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ FROM debian:buster
2222
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
2323

2424
RUN apt-get update \
25-
&& apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
25+
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
2626
&& echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen \
2727
&& locale-gen en_US.UTF-8 \
2828
&& rm -rf /var/lib/apt/lists/*

15/jdk/debian/Dockerfile.hotspot.releases.slim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ FROM debian:buster
2222
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
2323

2424
RUN apt-get update \
25-
&& apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
25+
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
2626
&& echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen \
2727
&& locale-gen en_US.UTF-8 \
2828
&& rm -rf /var/lib/apt/lists/*

15/jdk/debian/Dockerfile.openj9.nightly.full

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ FROM debian:buster
2222
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
2323

2424
RUN apt-get update \
25-
&& apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
25+
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
2626
&& echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen \
2727
&& locale-gen en_US.UTF-8 \
2828
&& rm -rf /var/lib/apt/lists/*

15/jdk/debian/Dockerfile.openj9.nightly.slim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ FROM debian:buster
2222
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
2323

2424
RUN apt-get update \
25-
&& apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
25+
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales \
2626
&& echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen \
2727
&& locale-gen en_US.UTF-8 \
2828
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)