Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
# Use Ubuntu as the base image
|
| 2 |
FROM ubuntu:latest
|
| 3 |
-
|
| 4 |
# Set environment variables for non-interactive installation
|
| 5 |
ENV DEBIAN_FRONTEND=noninteractive
|
| 6 |
|
|
|
|
| 1 |
# Use Ubuntu as the base image
|
| 2 |
FROM ubuntu:latest
|
| 3 |
+
#setup
|
| 4 |
# Set environment variables for non-interactive installation
|
| 5 |
ENV DEBIAN_FRONTEND=noninteractive
|
| 6 |
|