diff --git a/Dockerfile b/Dockerfile index c9e4fd2b..f95aeebe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,16 +7,20 @@ ARG PHP_VERSION=7.4 RUN apt update && apt dist-upgrade -y -## Install Older version +## Install Diferent PHP version RUN apt-get -y install lsb-release ca-certificates curl RUN curl -sSLo /usr/share/keyrings/deb.sury.org-php.gpg https://packages.sury.org/php/apt.gpg RUN sh -c 'echo "deb [signed-by=/usr/share/keyrings/deb.sury.org-php.gpg] https://packages.sury.org/php/ $(lsb_release -sc) main" > /etc/apt/sources.list.d/php.list' RUN apt-get update -RUN apt install -y \ - tesseract-ocr tesseract-ocr-spa sudo +## IF tesseract +#RUN apt install -y \ +# tesseract-ocr tesseract-ocr-spa sudo -RUN apt install -y r-base r-base-dev r-recommended imagemagick ffmpeg python3 \ +## IF R +#RUN apt install -y r-base r-base-dev r-recommended + +RUN apt install -y imagemagick ffmpeg python3 \ mariadb-client unoconv RUN apt remove -y php-cli && \ diff --git a/packages/tiki-pkg-mpdf-v8.1.6.zip b/packages/tiki-pkg-mpdf-v8.1.6.zip new file mode 100644 index 00000000..16d50962 Binary files /dev/null and b/packages/tiki-pkg-mpdf-v8.1.6.zip differ