diff --git a/Dockerfile b/Dockerfile index 77c03f8..d2ca7a0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,12 +37,12 @@ RUN JEKYLL_ENV=production bundle exec jekyll build ## Cleanup to debulk the image -RUN apt remove -y manpages ruby x11-common ruby* make python gcc cpp gnupg git git-man -RUN apt -y autoremove -RUN test -d $SITE_PATH && for i in $(ls -1 $SITE_ROOT | grep -v _site); do rm -rf $SITE_ROOT/$i ; done -RUN rm -rf /root/.bundle/cache -RUN rm -rf /var/cache -RUN rm -rf /var/lib/apt -RUN rm -rf /var/lib/dpkg +#RUN apt remove -y manpages ruby x11-common ruby* make python gcc cpp gnupg git git-man +#RUN apt -y autoremove +#RUN test -d $SITE_PATH && for i in $(ls -1 $SITE_ROOT | grep -v _site); do rm -rf $SITE_ROOT/$i ; done +#RUN rm -rf /root/.bundle/cache +#RUN rm -rf /var/cache +#RUN rm -rf /var/lib/apt +#RUN rm -rf /var/lib/dpkg ENTRYPOINT /usr/local/sbin/entrypoint.sh diff --git a/_layouts/gallery_page.html b/_layouts/gallery_page.html index db0d4e3..eb776d5 100644 --- a/_layouts/gallery_page.html +++ b/_layouts/gallery_page.html @@ -26,6 +26,7 @@ {% assign sorted_imgs = page.images | sort %} +{{ page.path }}