Export DEBIAN_FRONTEND to silence warnings from the snakeoil certificate generation

This commit is contained in:
Andreas Kohn 2017-03-07 15:25:59 +01:00
parent c67e1069c7
commit 29b8dfcc47
No known key found for this signature in database
GPG key ID: B03FDDBC66E99F92

View file

@ -14,7 +14,9 @@
FROM gcr.io/google_containers/nginx-slim:0.14 FROM gcr.io/google_containers/nginx-slim:0.14
RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y \ RUN export DEBIAN_FRONTEND=noninteractive \
&& apt-get update \
&& apt-get install -y \
diffutils \ diffutils \
ssl-cert \ ssl-cert \
--no-install-recommends \ --no-install-recommends \