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
|
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 \
|
RUN apt-get update && apt-get install -y \
|
||||||
libstdc++6 \
|
libstdc++6 \
|
||||||
libx11-6 \
|
libx11-6 \
|
||||||
@ -12,6 +12,7 @@ RUN apt-get update && apt-get install -y \
|
|||||||
wget \
|
wget \
|
||||||
unzip \
|
unzip \
|
||||||
libxcb-xinerama0 \
|
libxcb-xinerama0 \
|
||||||
|
libusb-0.1-4 \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Descargar e instalar Viva Designer
|
# Descargar e instalar Viva Designer
|
||||||
|
Loading…
Reference in New Issue
Block a user