changeset 1608:7650ce34e069

Coalesce lines in docker install
author Chris Cannam
date Fri, 24 Feb 2017 10:16:06 +0000
parents dff4f36b2722
children 751260ba5017
files deploy/linux/docker/Dockerfile_v3.0beta4_ubuntu1604
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/deploy/linux/docker/Dockerfile_v3.0beta4_ubuntu1604	Thu Feb 23 17:18:03 2017 +0000
+++ b/deploy/linux/docker/Dockerfile_v3.0beta4_ubuntu1604	Fri Feb 24 10:16:06 2017 +0000
@@ -1,7 +1,7 @@
 FROM ubuntu:16.04
 MAINTAINER Chris Cannam <cannam@all-day-breakfast.com>
-RUN apt-get update
-RUN apt-get install -y \
+RUN apt-get update && \
+    apt-get install -y \
     build-essential \
     libbz2-dev \
     libfftw3-dev \