Spaces:
Runtime error
Runtime error
thejagstudio
commited on
Update Dockerfile
Browse files- Dockerfile +1 -3
Dockerfile
CHANGED
@@ -1,6 +1,4 @@
|
|
1 |
-
FROM
|
2 |
-
ENV DEBIAN_FRONTEND=noninteractive \
|
3 |
-
TZ=Europe/Paris
|
4 |
|
5 |
# Remove any third-party apt sources to avoid issues with expiring keys.
|
6 |
# Install some basic utilities
|
|
|
1 |
+
FROM ubuntu:24.04
|
|
|
|
|
2 |
|
3 |
# Remove any third-party apt sources to avoid issues with expiring keys.
|
4 |
# Install some basic utilities
|