Skip to content

Commit

Permalink
set DEBIAN_FRONTEND=noninteractive
Browse files Browse the repository at this point in the history
  • Loading branch information
pyama86 committed Oct 8, 2024
1 parent 2ddb723 commit ef97eb1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions dockerfiles/Dockerfile.debian-11
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM debian:bullseye
MAINTAINER pyama86 <[email protected]>

ENV DEBIAN_FRONTEND=noninteractive
RUN ln -sf /usr/share/zoneinfo/Asia/Tokyo /etc/localtime
RUN apt-get -qqy update && \
apt-get install -qqy \
Expand Down
1 change: 1 addition & 0 deletions dockerfiles/Dockerfile.debian-12
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM debian:bookworm
MAINTAINER pyama86 <[email protected]>

ENV DEBIAN_FRONTEND=noninteractive
RUN ln -sf /usr/share/zoneinfo/Asia/Tokyo /etc/localtime
RUN apt-get -qqy update && \
apt-get install -qqy \
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile.ubuntu-20
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:focal
MAINTAINER pyama86 <[email protected]>

ENV DEBIAN_FRONTEND=noninteractive
RUN ln -sf /usr/share/zoneinfo/Asia/Tokyo /etc/localtime
RUN apt-get -qqy update && \
apt-get install -qqy \
Expand Down
1 change: 1 addition & 0 deletions dockerfiles/Dockerfile.ubuntu-22
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM ubuntu:jammy
MAINTAINER pyama86 <[email protected]>

ENV DEBIAN_FRONTEND=noninteractive
RUN ln -sf /usr/share/zoneinfo/Asia/Tokyo /etc/localtime
RUN apt-get -qqy update && \
apt-get install -qqy \
Expand Down
1 change: 1 addition & 0 deletions dockerfiles/Dockerfile.ubuntu-24
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM ubuntu:noble
MAINTAINER pyama86 <[email protected]>

ENV DEBIAN_FRONTEND=noninteractive
RUN ln -sf /usr/share/zoneinfo/Asia/Tokyo /etc/localtime
RUN apt-get -qqy update && \
apt-get install -qqy \
Expand Down

0 comments on commit ef97eb1

Please sign in to comment.