From 4dd4d4adbe72b3dc7b5cb2675e30b7bb1f4a568b Mon Sep 17 00:00:00 2001 From: uvok cheetah Date: Mon, 15 Jun 2026 19:26:50 +0200 Subject: Add make --- _ci/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_ci/Containerfile') diff --git a/_ci/Containerfile b/_ci/Containerfile index f5d88b4..19c4f07 100644 --- a/_ci/Containerfile +++ b/_ci/Containerfile @@ -4,7 +4,7 @@ COPY Gemfile* ./ RUN bundle install && rm -rf /usr/local/bundle/cache FROM docker.io/library/ruby:3.3-slim -RUN apt-get update && apt-get install --no-install-recommends -y git && apt-get clean && rm -rf /var/lib/apt/lists/* +RUN apt-get update && apt-get install --no-install-recommends -y git make && 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