Skip to content

Commit 54a0c36

Browse files
committed
fix: do not ask questions for apt-get upgrade
1 parent 81308db commit 54a0c36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ ENV PATH=/app/venv/bin:/opt/tools/bin:/usr/local/bin:/usr/bin:/bin
5151
RUN \
5252
export DEBIAN_FRONTEND=noninteractive \
5353
&& apt-get update \
54-
&& apt-get upgrade \
54+
&& apt-get upgrade -y \
5555
&& apt-get install --no-install-recommends -y \
5656
nginx-light \
5757
ruby-licensee \

0 commit comments

Comments
 (0)