Merge 29b8dfcc47
into 2829997b5f
This commit is contained in:
commit
c921f166c9
1 changed files with 3 additions and 1 deletions
|
@ -14,7 +14,9 @@
|
|||
|
||||
FROM gcr.io/google_containers/nginx-slim-amd64:0.17
|
||||
|
||||
RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y \
|
||||
RUN export DEBIAN_FRONTEND=noninteractive \
|
||||
&& apt-get update \
|
||||
&& apt-get install -y \
|
||||
diffutils \
|
||||
--no-install-recommends \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
|
Loading…
Reference in a new issue