joseavilasg commited on
Commit
9fe1a33
·
verified ·
1 Parent(s): 879beb3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ ENV DEBIAN_FRONTEND=noninteractive
6
 
7
  RUN apt-get update && apt-get upgrade -y
8
 
9
- RUN apt-get install pciutils
10
  RUN lspci | grep -i vga
11
 
12
  # Instalar dependencias necesarias
 
6
 
7
  RUN apt-get update && apt-get upgrade -y
8
 
9
+ RUN apt-get install pciutils -y
10
  RUN lspci | grep -i vga
11
 
12
  # Instalar dependencias necesarias