fix depend 2
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
# Use a base image with Python
|
| 2 |
-
|
| 3 |
|
| 4 |
# Install git and other build tools
|
| 5 |
# The specific command depends on the base image's package manager.
|
|
|
|
| 1 |
# Use a base image with Python
|
| 2 |
+
FROM python:3.10-slim
|
| 3 |
|
| 4 |
# Install git and other build tools
|
| 5 |
# The specific command depends on the base image's package manager.
|