Spaces:
Runtime error
Runtime error
StormblessedKal
commited on
Commit
·
5d98961
1
Parent(s):
cd1d570
add sox
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -15,7 +15,7 @@ WORKDIR /
|
|
15 |
# Update and upgrade the system packages (Worker Template)
|
16 |
RUN apt-get update -y && \
|
17 |
apt-get upgrade -y && \
|
18 |
-
apt-get install --yes --no-install-recommends sudo ca-certificates git wget curl bash libgl1 libx11-6 software-properties-common ffmpeg build-essential espeak-ng git-lfs -y &&\
|
19 |
apt-get autoremove -y && \
|
20 |
apt-get clean -y && \
|
21 |
rm -rf /var/lib/apt/lists/*
|
|
|
15 |
# Update and upgrade the system packages (Worker Template)
|
16 |
RUN apt-get update -y && \
|
17 |
apt-get upgrade -y && \
|
18 |
+
apt-get install --yes --no-install-recommends sudo ca-certificates git wget curl bash libgl1 libx11-6 software-properties-common ffmpeg build-essential espeak-ng git-lfs sox libsox-fmt-all -y &&\
|
19 |
apt-get autoremove -y && \
|
20 |
apt-get clean -y && \
|
21 |
rm -rf /var/lib/apt/lists/*
|