Skip to content

Commit 0b892e9

Browse files
taylorsilvaRui Yang
authored andcommitted
Ensure config updates don't block waiting for prompt
Signed-off-by: Taylor Silva <tsilva@pivotal.io>
1 parent 54d8169 commit 0b892e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dockerfiles/ubuntu/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ ARG base_image
22

33
FROM ${base_image} AS resource
44

5-
RUN apt-get update \
6-
&& apt-get install -y --no-install-recommends \
5+
RUN apt update && apt upgrade -y -o Dpkg::Options::="--force-confdef"
6+
RUN apt install -y --no-install-recommends \
77
curl \
88
gnupg \
99
gzip \

0 commit comments

Comments
 (0)