Skip to content

Commit

Permalink
Atualiza a extensão VPL da imagem do moodle.
Browse files Browse the repository at this point in the history
  • Loading branch information
85humberto committed May 20, 2021
1 parent e7b7008 commit ce282bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moodle/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini" && \
sed -i -r '/post_max_size/c\post_max_size = 64M' "$PHP_INI_DIR/php.ini" && \
sed -i -r '/upload_max_filesize/c\upload_max_filesize = 64M' "$PHP_INI_DIR/php.ini"

RUN curl https://moodle.org/plugins/download.php/22150/mod_vpl_moodle39_2020080218.zip --output mod_vpl_moodle39.zip && \
RUN curl https://moodle.org/plugins/download.php/23807/mod_vpl_moodle310_2021033113.zip --output mod_vpl_moodle39.zip && \
unzip mod_vpl_moodle39.zip -d /var/www/html/mod && \
rm mod_vpl_moodle39.zip && \
chown -R www-data:www-data /var/www/
Expand Down

0 comments on commit ce282bf

Please sign in to comment.