Mercurial > hg > tony
comparison deploy/linux/docker/Dockerfile @ 464:3e285a309c74 v1.0-linuxbuild
Initial docker file for build
author | Chris Cannam |
---|---|
date | Mon, 13 Apr 2015 13:43:53 +0100 |
parents | |
children | 6750a9502191 |
comparison
equal
deleted
inserted
replaced
463:93efb2d59021 | 464:3e285a309c74 |
---|---|
1 FROM ubuntu:14.04 | |
2 MAINTAINER Chris Cannam <cannam@all-day-breakfast.com> | |
3 RUN apt-get update | |
4 RUN apt-get install -y build-essential | |
5 RUN apt-get install -y mercurial | |
6 RUN apt-get install -y qtbase5-dev qt5-default | |
7 RUN apt-get install -y libsndfile1-dev libsamplerate0-dev libfftw3-dev libbz2-dev libjack-dev libjack0 libpulse-dev libmad0-dev libid3tag0-dev liboggz2-dev libfishsound1-dev libasound2-dev liblo-dev liblrdf0-dev libsord-dev libserd-dev | |
8 RUN apt-get install -y vamp-plugin-sdk librubberband-dev | |
9 RUN apt-get install -y lintian | |
10 RUN hg clone -u v1.0 https://code.soundsoftware.ac.uk/hg/tony |