Spaces:
Build error
Build error
Commit
·
0f60568
1
Parent(s):
3d3fa3e
Update corregida
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
FROM debian:12.6
|
2 |
-
RUN apt -y
|
3 |
RUN apt -y upgrade
|
4 |
RUN apt -y install apache2
|
5 |
|
|
|
1 |
FROM debian:12.6
|
2 |
+
RUN apt -y update
|
3 |
RUN apt -y upgrade
|
4 |
RUN apt -y install apache2
|
5 |
|