Skip to content

Commit ed3c969

Browse files
authored
Merge pull request #49 from qwertykeith/missing_rubberband-cli
fixed missing rubberband-cli in docker file
2 parents c17b6d4 + 7a86331 commit ed3c969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
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)