Browse code

remove temporary line in Dockerfile that prevented cache miss

Docker-DCO-1.1-Signed-off-by: Tibor Vass <teabee89@gmail.com> (github: tiborvass)

Tibor Vass authored on 2014/07/10 06:21:39
Showing 1 changed files
... ...
@@ -44,6 +44,7 @@ RUN	apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -yq \
44 44
 	lxc=1.0* \
45 45
 	mercurial \
46 46
 	pandoc \
47
+	parallel \
47 48
 	reprepro \
48 49
 	ruby1.9.1 \
49 50
 	ruby1.9.1-dev \