diff --git a/Dockerfile b/Dockerfile index 87a41fd..2f3e479 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,8 @@ -FROM ghcr.io/linuxserver/baseimage-kasmvnc:alpine320 +FROM ghcr.io/linuxserver/baseimage-kasmvnc:ubuntunoble -# Habilitar el repositorio "community" y actualizar los índices de los paquetes -RUN echo "@community http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories && \ - apk update - -# Instalar Scribus desde el repositorio "community" -RUN apk add scribus@community +# Actualizar los índices de los paquetes y instalar Scribus +RUN apt-get update && \ + apt-get install -y scribus # Añadir archivos locales y configurar puertos y volúmenes COPY /root / diff --git a/README.md b/README.md index 813ae59..9f2fa76 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # Scribus Docker Image -### version 1.0.1 \ No newline at end of file +### version 1.1.0 \ No newline at end of file