From 1d04cee79721a154087a0ebc16d8f3cfbc537519 Mon Sep 17 00:00:00 2001 From: Akbar Gumbira Date: Mon, 14 Jul 2014 16:00:37 +0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6ce2a38..646ba37 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN dpkg-divert --local --rename --add /sbin/initctl # Use local cached debs from host (saves your bandwidth!) # Change ip below to that of your apt-cacher-ng host -# Or comment this line out if you do not with to use caching +# Or comment this line out if you do not wish to use caching ADD 71-apt-cacher-ng /etc/apt/apt.conf.d/71-apt-cacher-ng RUN echo "deb http://archive.ubuntu.com/ubuntu trusty main universe" > /etc/apt/sources.list