Skip to content

Commit

Permalink
Update moodle, mod_customcert, add local_booking
Browse files Browse the repository at this point in the history
  • Loading branch information
williammck committed Jun 1, 2024
1 parent 5f8dbd3 commit 99216fd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
FROM php:8.2-apache-bullseye

ARG MOODLE_LMS_TAG=v4.3.3
ARG MOODLE_LMS_TAG=v4.3.4
ARG MOODLE_ATTO_MOREFONTCOLORS_TAG=2021062100
ARG MOODLE_MOD_CUSTOMCERT_TAG=v4.2.4
ARG MOODLE_LOCAL_BOOKING_COMMIT=70890d1
ARG MOODLE_MOD_CUSTOMCERT_TAG=v4.3.1
ARG MOODLE_TOOL_FORCEDCACHE_COMMIT=7f7e90b

# Install PHP extensions
Expand All @@ -22,6 +23,8 @@ RUN set -ex \
&& curl -L https://github.com/moodle/moodle/archive/refs/tags/${MOODLE_LMS_TAG}.tar.gz | tar -C /var/www/html --strip-components=1 -xz \
&& mkdir -p /var/www/html/lib/editor/atto/plugins/morefontcolors \
&& curl -L https://github.com/ndunand/moodle-atto_morefontcolors/archive/refs/tags/${MOODLE_ATTO_MOREFONTCOLORS_TAG}.tar.gz | tar -C /var/www/html/lib/editor/atto/plugins/morefontcolors --strip-components=1 -xz \
&& mkdir -p /var/www/html/local/booking \
&& curl -L https://github.com/vatsimnetwork/moodle-local_booking/archive/${MOODLE_LOCAL_BOOKING_COMMIT}.tar.gz | tar -C /var/www/html/local/booking --strip-components=1 -xz \
&& mkdir -p /var/www/html/mod/customcert \
&& curl -L https://github.com/mdjnelson/moodle-mod_customcert/archive/refs/tags/${MOODLE_MOD_CUSTOMCERT_TAG}.tar.gz | tar -C /var/www/html/mod/customcert --strip-components=1 -xz \
&& mkdir -p /var/www/html/admin/tool/forcedcache \
Expand Down

0 comments on commit 99216fd

Please sign in to comment.