Adding missing library. Updating to version 0.0.7

This commit is contained in:
Alejandro Lembke Barrientos 2024-07-24 02:49:49 +00:00
parent 4ca6d1303d
commit 642df68e5a
Signed by: aleleba
GPG Key ID: F48D7CDEB47942BD
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -1,3 +1,3 @@
# Viva Designer Image
### version 0.0.6
### version 0.0.7