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.alpine | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_ci/Containerfile.alpine') diff --git a/_ci/Containerfile.alpine b/_ci/Containerfile.alpine index a5aa619..49acd7d 100644 --- a/_ci/Containerfile.alpine +++ b/_ci/Containerfile.alpine @@ -5,7 +5,7 @@ COPY Gemfile* ./ RUN bundle install && rm -rf /usr/local/bundle/cache FROM docker.io/library/ruby:3.3-alpine3.23 -RUN apk update && apk add --no-cache git libstdc++ && rm -rf /var/cache/apk/* +RUN apk update && apk add --no-cache git libstdc++ make && rm -rf /var/cache/apk/* WORKDIR /srv/jekyll COPY --from=builder /usr/local/bundle /usr/local/bundle CMD ["bundle", "exec", "jekyll", "build"] -- cgit v1.2.3