Mercurial > hg > vamp-build-and-test
comparison SCRIPTS/Dockerfile_arch @ 126:828f0de6b2fb
Add single-repo update
author | Chris Cannam |
---|---|
date | Wed, 06 Feb 2019 13:50:03 +0000 |
parents | SCRIPTS/Dockerfile@1c31fd7b4cb5 |
children |
comparison
equal
deleted
inserted
replaced
121:08f7d7cdf1df | 126:828f0de6b2fb |
---|---|
1 FROM base/devel:latest | |
2 MAINTAINER Chris Cannam <cannam@all-day-breakfast.com> | |
3 RUN echo "[multilib]" >> /etc/pacman.conf && echo "Include = /etc/pacman.d/mirrorlist" >> /etc/pacman.conf | |
4 RUN pacman-key --refresh-keys && pacman -Syu --noconfirm && pacman-db-upgrade && pacman -S --noconfirm \ | |
5 mercurial subversion git \ | |
6 zip \ | |
7 libsndfile \ | |
8 python2-numpy \ | |
9 mingw-w64-gcc \ | |
10 lib32-ncurses wine \ | |
11 openssh w3m | |
12 RUN hg clone https://code.soundsoftware.ac.uk/hg/vamp-build-and-test /opt/vamp-build-and-test | |
13 WORKDIR /opt/vamp-build-and-test | |
14 RUN ./SCRIPTS/update.sh |