Mercurial > hg > vamp-build-and-test
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/SCRIPTS/Dockerfile_arch Wed Feb 06 13:50:03 2019 +0000 @@ -0,0 +1,14 @@ +FROM base/devel:latest +MAINTAINER Chris Cannam <cannam@all-day-breakfast.com> +RUN echo "[multilib]" >> /etc/pacman.conf && echo "Include = /etc/pacman.d/mirrorlist" >> /etc/pacman.conf +RUN pacman-key --refresh-keys && pacman -Syu --noconfirm && pacman-db-upgrade && pacman -S --noconfirm \ + mercurial subversion git \ + zip \ + libsndfile \ + python2-numpy \ + mingw-w64-gcc \ + lib32-ncurses wine \ + openssh w3m +RUN hg clone https://code.soundsoftware.ac.uk/hg/vamp-build-and-test /opt/vamp-build-and-test +WORKDIR /opt/vamp-build-and-test +RUN ./SCRIPTS/update.sh