missig libsndfile

This commit is contained in:
Aymeric Weinbach 2023-01-26 17:04:42 +00:00
parent b69efa7dbf
commit dde669abc8

View File

@ -17,6 +17,8 @@ RUN ln -s -f /usr/bin/python${PYTHON_VERSION} /usr/bin/python3 && \
RUN pip install --upgrade pip
RUN apt-get update && apt-get -y install libsndfile1-dev
# 2. Copy files
COPY . /src