From 7b0de5504de62dd583ba86e0c99a3ce0838a1638 Mon Sep 17 00:00:00 2001 From: uvok cheetah Date: Sun, 14 Jun 2026 18:39:33 +0200 Subject: ci: Remove bundle cache --- _ci/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_ci/Containerfile') diff --git a/_ci/Containerfile b/_ci/Containerfile index 2621a03..f5d88b4 100644 --- a/_ci/Containerfile +++ b/_ci/Containerfile @@ -1,7 +1,7 @@ FROM docker.io/library/ruby:3.3 AS builder WORKDIR /srv/jekyll COPY Gemfile* ./ -RUN bundle install +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/* -- cgit v1.2.3