diff --git a/moodle/Dockerfile b/moodle/Dockerfile index 7573451..a38d5c7 100644 --- a/moodle/Dockerfile +++ b/moodle/Dockerfile @@ -12,7 +12,7 @@ COPY scripts/install/downloadPlugins.sh /downloadPlugins.sh RUN chmod +x /downloadMoodle.sh /downloadPlugins.sh RUN apt-get update && apt-get upgrade -y && \ - apt-get install -y curl wget gpg jq unzip && \ + apt-get install -y curl wget gpg jq && \ rm -rf /var/lib/apt/lists/* # Install moosh for plugin management