Chris@93: FROM base/devel:latest Chris@93: MAINTAINER Chris Cannam Chris@93: RUN echo "[multilib]" >> /etc/pacman.conf && echo "Include = /etc/pacman.d/mirrorlist" >> /etc/pacman.conf Chris@93: RUN pacman-key --refresh-keys && pacman -Syu --noconfirm && pacman-db-upgrade && pacman -S --noconfirm \ Chris@93: mercurial subversion git \ Chris@93: zip \ Chris@93: libsndfile \ Chris@93: python2-numpy \ Chris@93: mingw-w64-gcc \ Chris@97: lib32-ncurses wine \ Chris@97: openssh w3m Chris@93: RUN hg clone https://code.soundsoftware.ac.uk/hg/vamp-build-and-test /opt/vamp-build-and-test Chris@93: WORKDIR /opt/vamp-build-and-test Chris@126: RUN ./SCRIPTS/update.sh