From 344f54610ab2efcdef668fc78731799e21d010f3 Mon Sep 17 00:00:00 2001 From: STAM Date: Thu, 26 Jul 2018 17:44:36 +0300 Subject: [PATCH] Update Dockerfile --- websites/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websites/Dockerfile b/websites/Dockerfile index 8c75352e2..bec7c40c3 100644 --- a/websites/Dockerfile +++ b/websites/Dockerfile @@ -1,6 +1,7 @@ FROM ubuntu:bionic MAINTAINER Konstantin Safonov MAINTAINER Anatoliy Zimovskiy + ENV DEBIAN_FRONTEND noninteractive # fix errors @@ -8,7 +9,6 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio RUN apt-get update && apt-get install -y --no-install-recommends apt-utils gnupg # Install base packages - RUN echo "deb http://ppa.launchpad.net/ondrej/php/ubuntu bionic main" >> /etc/apt/sources.list && \ echo "deb http://ppa.launchpad.net/ondrej/apache2/ubuntu bionic main" >> /etc/apt/sources.list && \ echo "deb http://ppa.launchpad.net/git-core/candidate/ubuntu bionic main" >> /etc/apt/sources.list && \