Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
# syntax=docker/dockerfile:1.4
|
| 2 |
-
# Use the official Debian
|
| 3 |
FROM debian:13
|
| 4 |
|
| 5 |
# Set environment variables to avoid interactive prompts during package installation
|
|
|
|
| 1 |
# syntax=docker/dockerfile:1.4
|
| 2 |
+
# Use the official Debian base image
|
| 3 |
FROM debian:13
|
| 4 |
|
| 5 |
# Set environment variables to avoid interactive prompts during package installation
|