forked from juanda99/moodle-docker-production
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
644c05c
commit 4e35972
Showing
1 changed file
with
1 addition
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
@@ -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 | ||
|