Spaces:
Runtime error
Runtime error
Commit
·
debc957
1
Parent(s):
a231f2f
Updated dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -2,4 +2,5 @@
|
|
2 |
FROM debian
|
3 |
|
4 |
# Ejecutar comandos en tiempo de creacion de imagen
|
|
|
5 |
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
|