Spaces:
Runtime error
Runtime error
Commit
·
1bbd03b
1
Parent(s):
f6310a0
lfs and nspeak
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 -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 -y &&\
|
| 19 |
apt-get autoremove -y && \
|
| 20 |
apt-get clean -y && \
|
| 21 |
rm -rf /var/lib/apt/lists/*
|