Commit 21452170 authored by Stefan Westerfeld's avatar Stefan Westerfeld

BUILD: install gettext for docker, which contains AC_LIB_HAVE_LINKFLAGS

Signed-off-by: Stefan Westerfeld's avatarStefan Westerfeld <stefan@space.twc.de>
parent e8b530dd
FROM gcc:latest
RUN apt-get update && apt-get install -y build-essential
RUN apt-get install -y libfftw3-dev
RUN apt-get install -y libsndfile1-dev
RUN apt-get install -y automake
RUN apt-get install -y autoconf
RUN apt-get install -y libtool
RUN apt-get install -y autoconf-archive
RUN apt-get install -y libgcrypt20-dev
RUN apt-get install -y libzita-resampler-dev
RUN apt-get install -y libmpg123-dev
RUN apt-get update && apt-get install -y \
build-essential automake autoconf libtool autoconf-archive gettext \
libfftw3-dev libsndfile1-dev libgcrypt20-dev libzita-resampler-dev \
libmpg123-dev
ADD . /audiowmark
WORKDIR /audiowmark
......
......@@ -3,7 +3,7 @@ FROM gcc:latest
RUN apt-get update && apt-get install -y \
libgcrypt20-dev libsndfile1-dev libmpg123-dev libzita-resampler-dev \
libfftw3-dev libavcodec-dev libavformat-dev autoconf-archive clang \
ffmpeg
ffmpeg gettext
ADD . /audiowmark
WORKDIR /audiowmark
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment