Adding missing library. Updating to version 0.0.7
This commit is contained in:
parent
4ca6d1303d
commit
642df68e5a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user