view SCRIPTS/Dockerfile_arch @ 133:4acb5d8d80b6 tip

Don't fail environmental check if README.md exists (but .txt and no-suffix don't)
author Chris Cannam
date Tue, 30 Jul 2019 12:25:44 +0100
parents 828f0de6b2fb
children
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 \
    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