Use last good commit of audiowmark

parent 85f57a7a
......@@ -34,8 +34,11 @@ RUN apt-get install -y xz-utils curl python3 && \
make && make install && \
cd .. && rm -rf libsndfile-1.1.0
# build commit 15b93bf7b16e833b5f00a65d697fae8742b0db8d see
# https://github.com/swesterfeld/audiowmark/issues/40
RUN git clone https://code.uplex.de/stefan/audiowmark.git && \
cd audiowmark && \
git checkout 15b93bf7b16e833b5f00a65d697fae8742b0db8d && \
./autogen.sh && \
make && make install && \
cd .. && rm -rf 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