summaryrefslogtreecommitdiffstats
path: root/dockerfiles/images/mysql
diff options
context:
space:
mode:
authorMeaglith Ma <genedna@gmail.com>2014-05-01 15:37:24 +0800
committerMeaglith Ma <genedna@gmail.com>2014-05-01 15:37:24 +0800
commitdc5546633f391bfc5ca20463baad06919210338d (patch)
tree097be1406db98e22750a6345b72a393606a6c586 /dockerfiles/images/mysql
parenteb463000a91281f525aa83781e7bcc9dbf8e350f (diff)
downloadgitea-dc5546633f391bfc5ca20463baad06919210338d.tar.gz
gitea-dc5546633f391bfc5ca20463baad06919210338d.zip
Remove 'ENV DEBIAN_FRONTEND noninteractive'
Diffstat (limited to 'dockerfiles/images/mysql')
-rw-r--r--dockerfiles/images/mysql/Dockerfile2
1 files changed, 0 insertions, 2 deletions
diff --git a/dockerfiles/images/mysql/Dockerfile b/dockerfiles/images/mysql/Dockerfile
index 8fff5a194c..a9a72e35c4 100644
--- a/dockerfiles/images/mysql/Dockerfile
+++ b/dockerfiles/images/mysql/Dockerfile
@@ -3,8 +3,6 @@
FROM stackbrew/ubuntu:saucy
MAINTAINER Meaglith Ma <genedna@gmail.com> (@genedna)
-ENV DEBIAN_FRONTEND noninteractive
-
RUN apt-get install -y --force-yes software-properties-common
RUN add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) universe"
RUN apt-get --yes --force-yes update