From 703b18da24b8d7100ad5e445d79d03f88465c41d Mon Sep 17 00:00:00 2001 From: Lawrence Lee <31904187+chococatson@users.noreply.github.com> Date: Thu, 19 Oct 2023 22:11:00 -0700 Subject: [PATCH] rename arlo plugin directory --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index def4ae4..6939b07 100644 --- a/Dockerfile +++ b/Dockerfile @@ -107,6 +107,7 @@ RUN curl -L https://moodle.org/plugins/download.php/22949/mod_questionnaire_mood && cp /enrolarlo.zip /var/www/html/enrol/ \ && cd /var/www/html/enrol \ && unzip enrolarlo.zip \ + && mv moodle-enrol_arlo-3.11.3 arlo \ && rm enrolarlo.zip