From 26358ce5a9971ae2fd4d100b9e0106c301f4e733 Mon Sep 17 00:00:00 2001 From: Theodotos Andreou Date: Thu, 22 Sep 2016 23:15:41 +0300 Subject: [PATCH] Fix silly typo --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index b43fefd..b2abcdf 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -7,7 +7,7 @@ MAINTAINER Theodotos Andreou theodotos.andreou@puri.sm RUN apt-get update && \ apt-get -q -y dist-upgrade && \ - apt-get install -q -y --no-install-recommends && \ + apt-get install -q -y --no-install-recommends \ software-properties-common \ python-software-properties \ python-pip python-dev \