Mercurial > hg > vamp-build-and-test
view SCRIPTS/Dockerfile @ 95:5addbcdc2e87
Ignore commented lines
author | Chris Cannam |
---|---|
date | Tue, 21 Apr 2015 12:40:12 +0100 |
parents | 99f91ceb1aa9 |
children | 1c31fd7b4cb5 |
line wrap: on
line source
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 \ wine 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-all.sh