Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dfuchss authored Oct 6, 2024
1 parent 17e87bc commit 01bc2f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gitlab-runner-jekyll/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ RUN echo "Installing needed dependencies" \
zlib1g-dev \
jupyter-nbconvert \
npm && \
rsync && \
apt-get clean && rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/*

RUN echo "Fixing locales" \
Expand All @@ -76,6 +77,8 @@ RUN wget -O ruby-install.tar.gz "https://github.com/postmodern/ruby-install/rele
rm -rf ruby-install* && \
apt-get clean && rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/*

ENV GEM_HOME=/home/gitlab-runner/.gems

RUN npm install -g purgecss

RUN echo "Installing lychee" && \
Expand Down

0 comments on commit 01bc2f3

Please sign in to comment.