From 1fe6fe68cc8fd5224802cf67cbba95ac4fb05efe Mon Sep 17 00:00:00 2001 From: Kameron Kenny <1267885+kkenny@users.noreply.github.com> Date: Mon, 1 Jul 2024 20:54:22 -0400 Subject: [PATCH] try this one. --- Dockerfile | 14 +++++++------- _layouts/gallery_page.html | 3 +++ 2 files changed, 10 insertions(+), 7 deletions(-) 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 }}