To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
root / SCRIPTS / Dockerfile_arch
History | View | Annotate | Download (580 Bytes)
| 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 |