Skip to content

Commit

Permalink
Nueva version 4.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
cmartinb76 committed Dec 1, 2023
1 parent 644c05c commit 4e35972
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nginx-fpm/4.1.6-unoconv/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM php:8.0-fpm
LABEL MAINTAINER juanda <[email protected]>

ARG VERSION=4.1.6
# ARG MOOSH_VERSION=0.36 varible not used, always latest moosh version.
# ARG MOOH_VERSION=0.36 varible not used, always latest moosh version.
ARG COMPOSER_VERSION=1.10.6
ENV DOCKERIZE_VERSION v0.6.1

Expand All @@ -16,7 +16,6 @@ EXPOSE 80
ARG DEBIAN_FRONTEND=noninteractive

## extensions based on https://github.com/moodlehq/moodle-php-apache/blob/master/Dockerfile
# COPY libicu63_63.1-6+deb10u1_amd64.deb /tmp
COPY php-extensions.sh /tmp
# TODO: Valorar usar esto https://github.com/mlocati/docker-php-extension-installer para la instalación de extensiones
RUN /tmp/php-extensions.sh
Expand Down

0 comments on commit 4e35972

Please sign in to comment.