From 6586c249b120205bcc7f9cc8c85c3750a42aaa63 Mon Sep 17 00:00:00 2001 From: ncastejon <castejon.nicolas@gmail.com> Date: Thu, 12 Apr 2018 11:09:58 +0200 Subject: [PATCH] Fix the way to automatically say yes to the prompt atp-get install --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2d79d85f..5a5baee6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,5 +17,5 @@ COPY --from=builder /app/webapp/dist /usr/share/nginx/html ## Install dependency to get lua module in .conf RUN apt-get update -RUN apt-get --yes --force-yes install nginx-extras +RUN apt-get --assume-yes install nginx-extras -- GitLab