Skip to content

Commit

Permalink
Delete artifact after extraction and gitignore update (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
empeje authored Dec 16, 2017
1 parent 86d0b27 commit d83f22e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion 3.4/arm/.gitignore → .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
.DS_Store
/moodle
1 change: 1 addition & 0 deletions 3.4/arm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN apt-get update && \
RUN wget -O /var/www/moodle-${version}.tar.gz https://github.com/moodle/moodle/archive/v${version}.tar.gz && \
rm -rf /var/www/html/ && \
cd /var/www && tar xvf moodle-${version}.tar.gz && \
rm moodle-${version}.tar.gz && \
mv /var/www/moodle-${version} /var/www/html && \
chown -R www-data:www-data /var/www/html && \
chmod +x /etc/apache2/start.sh &&\
Expand Down
1 change: 1 addition & 0 deletions 3.4/x86/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ RUN wget -O /var/www/moodle-${version}.tar.gz https://github.com/moodle/moodle/a
rm -rf /var/www/html/ && \
cd /var/www && tar xvf moodle-${version}.tar.gz && \
mv /var/www/moodle-${version} /var/www/html && \
rm moodle-${version}.tar.gz && \
chown -R www-data:www-data /var/www/html && \
chmod +x /etc/apache2/start.sh && \
mkdir -p /var/www/moodledata && chmod 777 /var/www/moodledata && \
Expand Down

0 comments on commit d83f22e

Please sign in to comment.