Spaces:
Runtime error
Runtime error
CarolinePascal
commited on
fix(missing dep): adding missing wget dependency
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -4,7 +4,7 @@ ENV SHELL=/bin/bash
|
|
4 |
|
5 |
# System deps
|
6 |
RUN apt-get update && apt-get install -y --no-install-recommends \
|
7 |
-
python3 python3-pip python3-venv git curl build-essential pkg-config ca-certificates \
|
8 |
&& rm -rf /var/lib/apt/lists/*
|
9 |
|
10 |
WORKDIR /app
|
|
|
4 |
|
5 |
# System deps
|
6 |
RUN apt-get update && apt-get install -y --no-install-recommends \
|
7 |
+
python3 python3-pip python3-venv git curl wget build-essential pkg-config ca-certificates \
|
8 |
&& rm -rf /var/lib/apt/lists/*
|
9 |
|
10 |
WORKDIR /app
|