Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -4,8 +4,8 @@ ENV DEBIAN_FRONTEND=noninteractive \
|
|
4 |
|
5 |
# Remove any third-party apt sources to avoid issues with expiring keys.
|
6 |
# Install some basic utilities
|
7 |
-
RUN apt
|
8 |
-
RUN apt
|
9 |
RUN rm -f /etc/apt/sources.list.d/*.list && \
|
10 |
apt-get update && apt-get install -y --no-install-recommends \
|
11 |
curl \
|
|
|
4 |
|
5 |
# Remove any third-party apt sources to avoid issues with expiring keys.
|
6 |
# Install some basic utilities
|
7 |
+
RUN apt install python3
|
8 |
+
RUN apt install python3-pip
|
9 |
RUN rm -f /etc/apt/sources.list.d/*.list && \
|
10 |
apt-get update && apt-get install -y --no-install-recommends \
|
11 |
curl \
|