From 27f3e77a6a1629dcb2f095075ed8030b28cfa2f3 Mon Sep 17 00:00:00 2001 From: uvok cheetah Date: Fri, 5 Jun 2026 20:28:14 +0200 Subject: Add git to image --- _ci/Containerfile | 1 + 1 file changed, 1 insertion(+) (limited to '_ci') diff --git a/_ci/Containerfile b/_ci/Containerfile index 7556069..35c377a 100644 --- a/_ci/Containerfile +++ b/_ci/Containerfile @@ -4,6 +4,7 @@ COPY Gemfile* ./ RUN bundle install FROM docker.io/library/ruby:3.3-slim +RUN apt-get update && apt-get install -y git && apt-get clean && rm -rf /var/lib/apt/lists/* WORKDIR /srv/jekyll COPY --from=builder /usr/local/bundle /usr/local/bundle COPY --from=builder /srv/jekyll /srv/jekyll -- cgit v1.2.3