Set DEBIAN_FRONTEND

This commit is contained in:
Wojciech Kozlowski 2018-12-11 19:31:31 +00:00
parent 45e5223aac
commit c7aba25ba9
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
FROM nextcloud:fpm FROM nextcloud:fpm
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && apt-get -y upgrade && apt-get -y install \ RUN apt-get update && apt-get -y upgrade && apt-get -y install \
supervisor \ supervisor \
cron \ cron \

View File

@ -1,4 +1,5 @@
FROM nginx FROM nginx
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && apt-get -y upgrade && apt -y install openssl RUN apt-get update && apt-get -y upgrade && apt -y install openssl
RUN mkdir /etc/nginx/cert && openssl dhparam -out /etc/nginx/cert/dhparam.pem 2048 RUN mkdir /etc/nginx/cert && openssl dhparam -out /etc/nginx/cert/dhparam.pem 2048