Spaces:
Runtime error
Runtime error
Commit
·
3c1783e
1
Parent(s):
debc957
Updated dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -2,5 +2,5 @@
|
|
2 |
FROM debian
|
3 |
|
4 |
# Ejecutar comandos en tiempo de creacion de imagen
|
5 |
-
RUN apt update -y; apt install -y
|
6 |
RUN lsb_release -a
|
|
|
2 |
FROM debian
|
3 |
|
4 |
# Ejecutar comandos en tiempo de creacion de imagen
|
5 |
+
RUN apt update -y; apt install -y lsb-release
|
6 |
RUN lsb_release -a
|