Spaces:
Running
on
A100
Running
on
A100
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -61,6 +61,7 @@ ENV TZ=Europe/Paris \
|
|
61 |
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
|
62 |
gnupg \
|
63 |
curl \
|
|
|
64 |
gettext && \
|
65 |
rm -rf /var/lib/apt/lists/*
|
66 |
COPY entrypoint.sh.template entrypoint.sh.template
|
|
|
61 |
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
|
62 |
gnupg \
|
63 |
curl \
|
64 |
+
wget \
|
65 |
gettext && \
|
66 |
rm -rf /var/lib/apt/lists/*
|
67 |
COPY entrypoint.sh.template entrypoint.sh.template
|