Skip to content

Commit

Permalink
Add ENV DEBIAN_FRONTEND noninteractive (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli authored Oct 15, 2019
1 parent b00f923 commit c6210e4
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions debian/aarch64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ COPY qemu-aarch64-static /usr/bin/qemu-aarch64-static

# Default ENV
ENV LANG C.UTF-8
ENV DEBIAN_FRONTEND noninteractive

# Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
Expand Down
1 change: 1 addition & 0 deletions debian/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM debian:${BUILD_VERSION}-slim

# Default ENV
ENV LANG C.UTF-8
ENV DEBIAN_FRONTEND noninteractive

# Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
Expand Down
1 change: 1 addition & 0 deletions debian/armhf/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ COPY qemu-arm-static /usr/bin/qemu-arm-static

# Default ENV
ENV LANG C.UTF-8
ENV DEBIAN_FRONTEND noninteractive
ENV CURL_CA_BUNDLE /etc/ssl/certs/ca-certificates.crt

# Set shell
Expand Down
1 change: 1 addition & 0 deletions debian/armv7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ COPY qemu-arm-static /usr/bin/qemu-arm-static

# Default ENV
ENV LANG C.UTF-8
ENV DEBIAN_FRONTEND noninteractive
ENV CURL_CA_BUNDLE /etc/ssl/certs/ca-certificates.crt

# Set shell
Expand Down
1 change: 1 addition & 0 deletions debian/i386/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM i386/debian:${BUILD_VERSION}-slim

# Default ENV
ENV LANG C.UTF-8
ENV DEBIAN_FRONTEND noninteractive

# Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
Expand Down
1 change: 1 addition & 0 deletions ubuntu/aarch64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ COPY qemu-aarch64-static /usr/bin/qemu-aarch64-static

# Default ENV
ENV LANG C.UTF-8
ENV DEBIAN_FRONTEND noninteractive

# Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
Expand Down
1 change: 1 addition & 0 deletions ubuntu/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM ubuntu:$BUILD_VERSION

# Default ENV
ENV LANG C.UTF-8
ENV DEBIAN_FRONTEND noninteractive

# Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
Expand Down
1 change: 1 addition & 0 deletions ubuntu/armv7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ COPY qemu-arm-static /usr/bin/qemu-arm-static

# Default ENV
ENV LANG C.UTF-8
ENV DEBIAN_FRONTEND noninteractive

# Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
Expand Down
1 change: 1 addition & 0 deletions ubuntu/i386/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM i386/ubuntu:$BUILD_VERSION

# Default ENV
ENV LANG C.UTF-8
ENV DEBIAN_FRONTEND noninteractive

# Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
Expand Down

0 comments on commit c6210e4

Please sign in to comment.