Browse Source
+ libreoffice-nogui is installed in php81, php.82, workspace81 and workspace82 images
master
No known key found for this signature in database
GPG Key ID: 4379EF0405C6016D
4 changed files with
26 additions and
0 deletions
-
dockerfiles/php-fpm/php81.Dockerfile
-
dockerfiles/php-fpm/php82.Dockerfile
-
dockerfiles/workspace/workspace81.Dockerfile
-
dockerfiles/workspace/workspace82.Dockerfile
|
|
@ -50,3 +50,9 @@ RUN sed -i "s/^post_max_size = .*/post_max_size = $PHP_OPT_POST_MAX_SIZE/g" "$PH |
|
|
|
|
|
|
|
ARG PHP_OPT_UPLOAD_MAX_FILESIZE=16M |
|
|
|
RUN sed -i "s/^upload_max_filesize = .*/upload_max_filesize = $PHP_OPT_UPLOAD_MAX_FILESIZE/g" "$PHP_INI_DIR/php.ini" |
|
|
|
|
|
|
|
########################################################################### |
|
|
|
# Libreoffice: |
|
|
|
########################################################################### |
|
|
|
|
|
|
|
RUN apt-get update && apt-get install -y libreoffice-nogui --no-install-recommends && apt-get clean |
|
|
@ -50,3 +50,9 @@ RUN sed -i "s/^post_max_size = .*/post_max_size = $PHP_OPT_POST_MAX_SIZE/g" "$PH |
|
|
|
|
|
|
|
ARG PHP_OPT_UPLOAD_MAX_FILESIZE=16M |
|
|
|
RUN sed -i "s/^upload_max_filesize = .*/upload_max_filesize = $PHP_OPT_UPLOAD_MAX_FILESIZE/g" "$PHP_INI_DIR/php.ini" |
|
|
|
|
|
|
|
########################################################################### |
|
|
|
# Libreoffice: |
|
|
|
########################################################################### |
|
|
|
|
|
|
|
RUN apt-get update && apt-get install -y libreoffice-nogui --no-install-recommends && apt-get clean |
|
|
@ -106,3 +106,10 @@ USER root |
|
|
|
COPY ./crontab /etc/cron.d |
|
|
|
|
|
|
|
RUN chmod -R 644 /etc/cron.d |
|
|
|
|
|
|
|
########################################################################### |
|
|
|
# Libreoffice: |
|
|
|
########################################################################### |
|
|
|
|
|
|
|
ARG DEBIAN_FRONTEND=noninteractive |
|
|
|
RUN add-apt-repository ppa:libreoffice/ppa && apt update && apt install libreoffice-nogui -y --no-install-recommends && apt clean |
|
|
@ -106,3 +106,10 @@ USER root |
|
|
|
COPY ./crontab /etc/cron.d |
|
|
|
|
|
|
|
RUN chmod -R 644 /etc/cron.d |
|
|
|
|
|
|
|
########################################################################### |
|
|
|
# Libreoffice: |
|
|
|
########################################################################### |
|
|
|
|
|
|
|
ARG DEBIAN_FRONTEND=noninteractive |
|
|
|
RUN add-apt-repository ppa:libreoffice/ppa && apt update && apt install libreoffice-nogui -y --no-install-recommends && apt clean |