From fcf3517b91f623436d072833b5608b501fc9a2b2 Mon Sep 17 00:00:00 2001 From: Konstantin Date: Sun, 17 Jul 2016 23:59:24 +0300 Subject: [PATCH] fix apt-repository Fix add-apt-repository ppa:mc3man/trusty-media when doesn't work on latest ubuntu --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c76ea57..702f93f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:latest +FROM ubuntu:trusty ENV DEBIAN_FRONTEND noninteractive ENV PATH $PATH:/usr/local/nginx/sbin