diff --git a/Dockerfile b/Dockerfile index 0e36201..e21ae55 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,11 +16,12 @@ RUN curl -L https://moodle.org/plugins/download.php/29228/mod_questionnaire_mood && rm questionnaire.zip \ #This is the latest version of choicegroup plugin 18Jun2024 - && curl -L https://moodle.org/plugins/download.php/30464/mod_choicegroup_moodle43_2023110900.zip -o /choicegroup.zip \ - && cp /choicegroup.zip /var/www/html/mod/ \ - && cd /var/www/html/mod \ - && unzip choicegroup.zip \ - && rm choicegroup.zip \ + #REMOVED no confirmation from Kate for production 30July2024 + #&& curl -L https://moodle.org/plugins/download.php/30464/mod_choicegroup_moodle43_2023110900.zip -o /choicegroup.zip \ + #&& cp /choicegroup.zip /var/www/html/mod/ \ + #&& cd /var/www/html/mod \ + #&& unzip choicegroup.zip \ + #&& rm choicegroup.zip \ #This is the latest version of plugin moodle33 as of 20Dec2022 and 11Dec2023 && curl -L https://moodle.org/plugins/download.php/11565/mod_certificate_moodle33_2016052300.zip -o /certificate.zip \