Spaces:
Build error
Build error
Commit
·
3d3fa3e
1
Parent(s):
bc78443
Instalaciones desatendidas
Browse files- Dockerfile +3 -3
Dockerfile
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
FROM debian:12.6
|
2 |
-
RUN apt y upddate
|
3 |
-
RUN apt y upgrade
|
4 |
-
RUN apt y install apache2
|
5 |
|
6 |
EXPOSE 7860
|
7 |
|
|
|
1 |
FROM debian:12.6
|
2 |
+
RUN apt -y upddate
|
3 |
+
RUN apt -y upgrade
|
4 |
+
RUN apt -y install apache2
|
5 |
|
6 |
EXPOSE 7860
|
7 |
|