From ddd18582ae9dd910427ba940c4e03e26e678ca76 Mon Sep 17 00:00:00 2001 From: Alejandro Lembke Barrientos Date: Tue, 23 Jul 2024 23:36:02 +0000 Subject: [PATCH] Trying to fix the instalation issue. Updating to version 0.0.5 --- Dockerfile | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6c346b2..38f2f0f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,6 +11,7 @@ RUN apt-get update && apt-get install -y \ openjdk-11-jre \ wget \ unzip \ + libxcb-xinerama0 \ && rm -rf /var/lib/apt/lists/* # Descargar e instalar Viva Designer diff --git a/README.md b/README.md index a95a34c..4163ef6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # Viva Designer Image -### version 0.0.4 \ No newline at end of file +### version 0.0.5 \ No newline at end of file