Export DEBIAN_FRONTEND to silence warnings from the snakeoil certificate generation
This commit is contained in:
parent
c67e1069c7
commit
29b8dfcc47
1 changed files with 3 additions and 1 deletions
|
@ -14,7 +14,9 @@
|
|||
|
||||
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 \
|
||||
ssl-cert \
|
||||
--no-install-recommends \
|
||||
|
|
Loading…
Reference in a new issue