To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Revision:

root / SCRIPTS / Dockerfile_ubuntu1604.in

History | View | Annotate | Download (677 Bytes)

1
FROM ubuntu:16.04
2
MAINTAINER Chris Cannam <cannam@all-day-breakfast.com>
3
RUN apt-get update && \
4
    apt-get install -y \
5
    build-essential \
6
    libsndfile-dev \
7
    git mercurial subversion \
8
    curl wget zip \
9
    mlton \
10
    python libpython2.7-dev python-numpy \
11
    time valgrind
12
RUN apt-get clean && rm -rf /var/lib/apt/lists/*
13
RUN hg clone -r[[REVISION]] https://code.soundsoftware.ac.uk/hg/vamp-build-and-test
14
WORKDIR vamp-build-and-test
15
RUN ./SCRIPTS/update.sh [[REPO]] [[REPOREVISION]]
16
RUN ./SCRIPTS/update.sh vamp-plugin-sdk
17
RUN ./SCRIPTS/update.sh vamp-plugin-tester
18
RUN ( cd vamp-plugin-tester && ./repoint update )
19
RUN ./SCRIPTS/process.sh native -c [[REPO]]