From 2a986366a61cbcb3650621d0ba33957243d39be1 Mon Sep 17 00:00:00 2001 From: Alejandro Lembke Barrientos Date: Wed, 24 Jul 2024 05:30:16 +0000 Subject: [PATCH] Trying to fix build issue. Updating to version 0.0.3 --- Dockerfile | 6 ++---- README.md | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 318e591..dbbf309 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ RUN apk add --no-cache \ # Compilar qtwebkit desde el código fuente RUN git clone https://github.com/qt/qtwebkit.git \ && cd qtwebkit \ - && cmake . \ + && cmake . -DPORT=Qt \ && make \ && make install @@ -38,9 +38,7 @@ RUN wget https://sourceforge.net/projects/scribus/files/scribus/1.6.2/scribus-1. && make \ && make install -# add local files +# Añadir archivos locales y configurar puertos y volúmenes COPY /root / - -# ports and volumes EXPOSE 3000 VOLUME /config \ No newline at end of file diff --git a/README.md b/README.md index 101246a..f3d3f66 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # Scribus Docker Image -### version 0.0.2 \ No newline at end of file +### version 0.0.3 \ No newline at end of file