ALP-5359 also need python. Will this ever end?

parent 35a9164f
......@@ -27,7 +27,7 @@ RUN apt-get install -y \
# ALP-5359 XXX this is kinda hackish:
# We need a libsndfile fix, but still want the libsndfile package
# for other dependencies, so we install the build over it
RUN apt-get install -y xz-utils curl && \
RUN apt-get install -y xz-utils curl python3 && \
curl https://uplex.de/private/libsndfile-1.1.0.tar.xz | tar xvJf - && \
cd libsndfile-1.1.0 && \
./configure --prefix=/usr --libdir=/lib/x86_64-linux-gnu && \
......
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