Spaces:
Running
Running
Jules
commited on
Commit
·
f3a335e
1
Parent(s):
0a5eb9b
Remove software-properties-common from Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
|
@@ -4,7 +4,6 @@ FROM python:3.11-slim
|
|
| 4 |
RUN apt-get update && apt-get install -y \
|
| 5 |
build-essential \
|
| 6 |
curl \
|
| 7 |
-
software-properties-common \
|
| 8 |
git \
|
| 9 |
&& rm -rf /var/lib/apt/lists/*
|
| 10 |
|
|
|
|
| 4 |
RUN apt-get update && apt-get install -y \
|
| 5 |
build-essential \
|
| 6 |
curl \
|
|
|
|
| 7 |
git \
|
| 8 |
&& rm -rf /var/lib/apt/lists/*
|
| 9 |
|