-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
in progress README and updated moodlecore image
- Loading branch information
1 parent
917895c
commit 2d2f3e7
Showing
2 changed files
with
57 additions
and
8 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 |
---|---|---|
@@ -1,5 +1,4 @@ | ||
|
||
FROM lthub/moodle:4.1.0 | ||
FROM lthub/moodle:moodlecore-4.1LTS | ||
MAINTAINER Tyler Cinkant <[email protected]> | ||
|
||
|
||
|
@@ -111,16 +110,16 @@ RUN curl -L https://moodle.org/plugins/download.php/26900/mod_questionnaire_mood | |
&& cp /recomplete.zip /var/www/html/local/ \ | ||
&& cd /var/www/html/local \ | ||
&& unzip recomplete.zip \ | ||
&& rm recomplete.zip \ | ||
&& rm recomplete.zip | ||
|
||
|
||
#This is the latest version of this plugin moodle311 - checked again on 11Jan2023 16:38: | ||
#ARLO plugin requires Arlo_connection setting. | ||
&& curl -L https://moodle.org/plugins/download.php/27469/enrol_arlo_moodle311_2022090100.zip -o /enrolarlo.zip \ | ||
&& cp /enrolarlo.zip /var/www/html/enrol/ \ | ||
&& cd /var/www/html/enrol \ | ||
&& unzip enrolarlo.zip \ | ||
&& rm enrolarlo.zip | ||
# && curl -L https://moodle.org/plugins/download.php/27469/enrol_arlo_moodle311_2022090100.zip -o /enrolarlo.zip \ | ||
# && cp /enrolarlo.zip /var/www/html/enrol/ \ | ||
# && cd /var/www/html/enrol \ | ||
# && unzip enrolarlo.zip \ | ||
# && rm enrolarlo.zip | ||
|
||
|
||
# add custom cert | ||
|
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