File: Dockerfile-arch

package info (click to toggle)
audiowmark 0.6.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,168 kB
  • sloc: cpp: 10,571; sh: 1,867; makefile: 107; python: 34
file content (12 lines) | stat: -rw-r--r-- 260 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
FROM archlinux

RUN pacman -Syu --noconfirm
RUN pacman -S --noconfirm \
    gcc clang make automake autoconf libtool pkg-config \
    libsndfile mpg123 zita-resampler fftw autoconf-archive \
    ffmpeg

ADD . /audiowmark
WORKDIR /audiowmark

RUN misc/build.sh