Skip to content

Commit

Permalink
updated hvp and questionaire to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
ubc-tuehoang committed Dec 11, 2023
1 parent 2a5f260 commit e56cc85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM lthub/moodle:moodlecore-4.1LTS
MAINTAINER Tyler Cinkant <[email protected]>


RUN curl -L https://moodle.org/plugins/download.php/26900/mod_questionnaire_moodle40_2021062301.zip -o /questionnaire.zip \
#Updated to newer questionnaire 10Dec2023
RUN curl -L https://moodle.org/plugins/download.php/29228/mod_questionnaire_moodle42_2022092202.zip -o /questionnaire.zip \
&& cp /questionnaire.zip /var/www/html/mod/ \
&& cd /var/www/html/mod \
&& unzip questionnaire.zip \
Expand Down

0 comments on commit e56cc85

Please sign in to comment.