Skip to content

Commit 7a86331

Browse files
committed
fixed missing rubberband-cli in docker file
1 parent 9279f53 commit 7a86331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM python:3.10-bullseye
22

33
RUN apt update
4-
RUN apt install -y make automake gcc g++ python3-dev gfortran build-essential wget libsndfile1 ffmpeg
4+
RUN apt install -y rubberband-cli make automake gcc g++ python3-dev gfortran build-essential wget libsndfile1 ffmpeg
55

66
RUN pip install --upgrade pip
77

0 commit comments

Comments
 (0)