From f476e32b86b837a23db43801770638a20fbf5985 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Erik=20Hedenstr=C3=B6m?= <erik@codemate.se>
Date: Tue, 2 Sep 2014 16:02:42 +0200
Subject: [PATCH] Switched to apt-fast

---
 Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index e7c4ed2..1f0fc8e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -8,14 +8,14 @@ MAINTAINER Erik Hedenström <erik@codemate.se>
 
 # Install and configure Exim
 RUN \
-  apt-get -y install exim4-daemon-light && \
+  apt-fast -y install exim4-daemon-light && \
   sed -i -e "s/dc_eximconfig_configtype='local'/dc_eximconfig_configtype='internet'/" /etc/exim4/update-exim4.conf.conf && \
   sed -i -e "s/127.0.0.1/0.0.0.0/" /etc/exim4/update-exim4.conf.conf && \
   update-exim4.conf
 
 # Install and configure MySQL
 RUN \
-  apt-get -y install mysql-server && \
+  apt-fast -y install mysql-server && \
   sed -i -e "s/^bind-address\s*=\s*127.0.0.1/bind-address = 0.0.0.0/" /etc/mysql/my.cnf
 
 # Default Environment
-- 
GitLab