Trying to fix build issue. Updating to version 0.0.3

This commit is contained in:
Alejandro Lembke Barrientos 2024-07-24 05:30:16 +00:00
parent 0e2fd29ef0
commit 2a986366a6
Signed by: aleleba
GPG Key ID: F48D7CDEB47942BD
2 changed files with 3 additions and 5 deletions

View File

@ -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

View File

@ -1,3 +1,3 @@
# Scribus Docker Image
### version 0.0.2
### version 0.0.3