Skip to content

Commit

Permalink
opal-ci/dockerfiles: DEBIAN_FRONTEND=noninteractive
Browse files Browse the repository at this point in the history
Suggested-by: Daniel Black <danielgb@au1.ibm.com>
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
  • Loading branch information
stewartsmith committed May 1, 2018
1 parent 79c290d commit 129165e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions opal-ci/Dockerfile-debian-stretch
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM debian:stretch
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update -qq
RUN if [ `arch` != "ppc64le" ]; then apt-get update -qq && apt-get install -y gcc-powerpc64le-linux-gnu; fi
RUN apt-get update -qq && apt-get install -y gcc ccache expect libssl-dev wget xterm curl device-tree-compiler build-essential gcc python g++ pkg-config libz-dev libglib2.0-dev libpixman-1-dev libfdt-dev git libstdc++6 valgrind libtcl8.6
Expand Down
1 change: 1 addition & 0 deletions opal-ci/Dockerfile-debian-unstable
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM debian:unstable
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update -qq
RUN if [ `arch` != "ppc64le" ]; then apt-get update -qq && apt-get install -y gcc-powerpc64le-linux-gnu; fi
RUN apt-get update -qq && apt-get install -y gcc ccache expect libssl-dev wget xterm curl device-tree-compiler build-essential gcc python g++ pkg-config libz-dev libglib2.0-dev libpixman-1-dev libfdt-dev git libstdc++6 valgrind libtcl8.6
Expand Down
1 change: 1 addition & 0 deletions opal-ci/Dockerfile-ubuntu-12.04
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM ubuntu:trusty
ENV DEBIAN_FRONTEND noninteractive
RUN sudo apt-get update -qq
RUN sudo apt-get install -y software-properties-common
RUN sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
Expand Down
1 change: 1 addition & 0 deletions opal-ci/Dockerfile-ubuntu-16.04
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM ubuntu:16.04
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update -qq
RUN if [ `arch` != "ppc64le" ]; then apt-get update -qq && apt-get install -y gcc-powerpc64le-linux-gnu; fi
RUN apt-get update -qq && apt-get install -y gcc ccache expect libssl-dev wget curl xterm device-tree-compiler build-essential gcc python g++ pkg-config libz-dev libglib2.0-dev libpixman-1-dev libfdt-dev git libstdc++6 valgrind libtcl8.6
Expand Down
1 change: 1 addition & 0 deletions opal-ci/Dockerfile-ubuntu-latest
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM ubuntu:latest
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update -qq
RUN if [ `arch` != "ppc64le" ]; then apt-get update -qq && apt-get install -y gcc-powerpc64le-linux-gnu; fi
RUN apt-get update -qq && apt-get install -y gcc ccache expect libssl-dev wget curl xterm device-tree-compiler build-essential gcc python g++ pkg-config libz-dev libglib2.0-dev libpixman-1-dev libfdt-dev git libstdc++6 valgrind libtcl8.6
Expand Down

0 comments on commit 129165e

Please sign in to comment.