Spaces:
Sleeping
Sleeping
leoxing1996
commited on
Commit
•
565fb41
1
Parent(s):
468e13e
add wget in docker
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -12,6 +12,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
|
|
12 |
python3-dev \
|
13 |
git \
|
14 |
ffmpeg \
|
|
|
15 |
google-perftools \
|
16 |
ca-certificates curl gnupg \
|
17 |
&& apt-get clean && rm -rf /var/lib/apt/lists/*
|
|
|
12 |
python3-dev \
|
13 |
git \
|
14 |
ffmpeg \
|
15 |
+
wget \
|
16 |
google-perftools \
|
17 |
ca-certificates curl gnupg \
|
18 |
&& apt-get clean && rm -rf /var/lib/apt/lists/*
|