diff --git a/Dockerfile b/Dockerfile index 79c8a3f..0c245f9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM ghcr.io/linuxserver/baseimage-kasmvnc:ubuntunoble -# Instalar dependencias necesarias +# Instalar dependencias necesarias, incluyendo libusb-0.1-4 RUN apt-get update && apt-get install -y \ libstdc++6 \ libx11-6 \ @@ -12,6 +12,7 @@ RUN apt-get update && apt-get install -y \ wget \ unzip \ libxcb-xinerama0 \ + libusb-0.1-4 \ && rm -rf /var/lib/apt/lists/* # Descargar e instalar Viva Designer diff --git a/README.md b/README.md index 419d517..cddecd7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # Viva Designer Image -### version 0.0.6 \ No newline at end of file +### version 0.0.7 \ No newline at end of file