Skip to content
Snippets Groups Projects
Commit 6586c249 authored by ncastejon's avatar ncastejon
Browse files

Fix the way to automatically say yes to the prompt atp-get install

parent 04041d1d
No related branches found
No related tags found
No related merge requests found
...@@ -17,5 +17,5 @@ COPY --from=builder /app/webapp/dist /usr/share/nginx/html ...@@ -17,5 +17,5 @@ COPY --from=builder /app/webapp/dist /usr/share/nginx/html
## Install dependency to get lua module in .conf ## Install dependency to get lua module in .conf
RUN apt-get update RUN apt-get update
RUN apt-get --yes --force-yes install nginx-extras RUN apt-get --assume-yes install nginx-extras
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment