Mercurial > hg > vamp-build-and-test
comparison SCRIPTS/Dockerfile @ 97:1c31fd7b4cb5
Update docker file and subrepos
author | Chris Cannam |
---|---|
date | Wed, 12 Aug 2015 15:25:15 +0100 |
parents | 99f91ceb1aa9 |
children |
comparison
equal
deleted
inserted
replaced
96:e24202b02c69 | 97:1c31fd7b4cb5 |
---|---|
5 mercurial subversion git \ | 5 mercurial subversion git \ |
6 zip \ | 6 zip \ |
7 libsndfile \ | 7 libsndfile \ |
8 python2-numpy \ | 8 python2-numpy \ |
9 mingw-w64-gcc \ | 9 mingw-w64-gcc \ |
10 wine | 10 lib32-ncurses wine \ |
11 openssh w3m | |
11 RUN hg clone https://code.soundsoftware.ac.uk/hg/vamp-build-and-test /opt/vamp-build-and-test | 12 RUN hg clone https://code.soundsoftware.ac.uk/hg/vamp-build-and-test /opt/vamp-build-and-test |
12 WORKDIR /opt/vamp-build-and-test | 13 WORKDIR /opt/vamp-build-and-test |
13 RUN ./SCRIPTS/update-all.sh | 14 RUN ./SCRIPTS/update-all.sh |