From 642df68e5a97b68104861220e9ce8fd231c592ba Mon Sep 17 00:00:00 2001 From: Alejandro Lembke Barrientos Date: Wed, 24 Jul 2024 02:49:49 +0000 Subject: [PATCH] Adding missing library. Updating to version 0.0.7 --- Dockerfile | 3 ++- README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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