changeset 1533:6e99c789fab1

Add package step to docker file
author Chris Cannam
date Wed, 11 Jan 2017 14:21:44 +0000
parents 9b59deb4a854
children 782025ae1249
files deploy/linux/docker/Dockerfile.ubuntu1604 deploy/linux/docker/Dockerfile_v3.0beta1_ubuntu1604
diffstat 2 files changed, 45 insertions(+), 40 deletions(-) [+]
line wrap: on
line diff
--- a/deploy/linux/docker/Dockerfile.ubuntu1604	Wed Jan 11 14:20:38 2017 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,40 +0,0 @@
-FROM ubuntu:16.04
-MAINTAINER Chris Cannam <cannam@all-day-breakfast.com>
-RUN apt-get update
-RUN apt-get install -y \
-    build-essential \
-    libbz2-dev \
-    libfftw3-dev \
-    libfishsound1-dev \
-    libid3tag0-dev \
-    liblo-dev \
-    liblrdf0-dev \
-    libmad0-dev \
-    liboggz2-dev \
-    libpulse-dev \
-    libsamplerate-dev \
-    libsndfile-dev \
-    libsord-dev \
-    libxml2-utils \
-    portaudio19-dev \
-    qt5-default libqt5svg5-dev \
-    raptor-utils \
-    librubberband-dev \
-    git \
-    mercurial \
-    autoconf automake libtool
-RUN apt-get clean && rm -rf /var/lib/apt/lists/*
-RUN locale-gen en_US.UTF-8
-ENV LANG en_US.UTF-8  
-ENV LANGUAGE en_US:en  
-ENV LC_ALL en_US.UTF-8
-RUN git clone https://github.com/sandstorm-io/capnproto
-WORKDIR capnproto/c++
-RUN ./setup-autotools.sh && autoreconf -i 
-RUN ./configure --enable-static --disable-shared
-RUN make && make install
-WORKDIR ../..
-RUN hg clone https://code.soundsoftware.ac.uk/hg/sonic-visualiser
-WORKDIR sonic-visualiser
-RUN ./configure
-RUN make -j3
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/deploy/linux/docker/Dockerfile_v3.0beta1_ubuntu1604	Wed Jan 11 14:21:44 2017 +0000
@@ -0,0 +1,45 @@
+FROM ubuntu:16.04
+MAINTAINER Chris Cannam <cannam@all-day-breakfast.com>
+RUN apt-get update
+RUN apt-get install -y \
+    build-essential \
+    libbz2-dev \
+    libfftw3-dev \
+    libfishsound1-dev \
+    libid3tag0-dev \
+    liblo-dev \
+    liblrdf0-dev \
+    libmad0-dev \
+    liboggz2-dev \
+    libpulse-dev \
+    libsamplerate-dev \
+    libsndfile-dev \
+    libsord-dev \
+    libxml2-utils \
+    portaudio19-dev \
+    qt5-default libqt5svg5-dev \
+    raptor-utils \
+    librubberband-dev \
+    git \
+    mercurial \
+    curl wget \
+    autoconf automake libtool lintian
+RUN apt-get clean && rm -rf /var/lib/apt/lists/*
+RUN locale-gen en_US.UTF-8
+ENV LANG en_US.UTF-8  
+ENV LANGUAGE en_US:en  
+ENV LC_ALL en_US.UTF-8
+RUN git clone https://github.com/sandstorm-io/capnproto
+WORKDIR capnproto/c++
+RUN ./setup-autotools.sh && autoreconf -i 
+RUN ./configure --enable-static --disable-shared
+RUN make && make install
+WORKDIR ../..
+RUN hg clone https://code.soundsoftware.ac.uk/hg/sonic-visualiser
+WORKDIR sonic-visualiser
+RUN hg update -r9b59deb4a854
+RUN ./configure
+RUN make -j3
+RUN cp checker/vamp-plugin-load-checker .
+RUN deploy/linux/deploy-deb.sh 3.0.0beta1 amd64
+RUN ls -l