Add First Commit Updating to version 0.0.1

This commit is contained in:
Alejandro Lembke Barrientos 2024-07-23 21:29:12 +00:00
commit efa0a4eed6
Signed by: aleleba
GPG Key ID: F48D7CDEB47942BD
2 changed files with 29 additions and 0 deletions

26
Dockerfile Normal file
View File

@ -0,0 +1,26 @@
FROM ghcr.io/linuxserver/baseimage-kasmvnc:alpine320
# Instalar dependencias necesarias
RUN apk update && apk add --no-cache \
libstdc++ \
libx11 \
glib \
libxrender \
libxext \
libintl \
openjdk11-jre \
wget \
tar
# Descargar e instalar Viva Designer
RUN wget https://viva.systems/es/servicio/descargas/?wpdmdl=8074 -O /tmp/viva-designer.tar.gz \
&& tar -xzvf /tmp/viva-designer.tar.gz -C /opt/ \
&& rm /tmp/viva-designer.tar.gz
# add local files
COPY /root /
# ports and volumes
EXPOSE 3000
VOLUME /config

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# Viva Designer Image
### version 0.0.1