diff options
| author | uvok cheetah | 2026-06-14 18:39:33 +0200 |
|---|---|---|
| committer | uvok cheetah | 2026-06-14 18:39:39 +0200 |
| commit | 7b0de5504de62dd583ba86e0c99a3ce0838a1638 (patch) | |
| tree | ac46a8b01aef7b40b4914966110b5866dea5b87d /_ci/Containerfile.alpine | |
| parent | ef80e24f21b8ad2b1b03e2563590f187996bdd38 (diff) | |
ci: Remove bundle cache
Diffstat (limited to '_ci/Containerfile.alpine')
| -rw-r--r-- | _ci/Containerfile.alpine | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_ci/Containerfile.alpine b/_ci/Containerfile.alpine index dbef281..a5aa619 100644 --- a/_ci/Containerfile.alpine +++ b/_ci/Containerfile.alpine @@ -2,7 +2,7 @@ FROM docker.io/library/ruby:3.3-alpine3.23 AS builder WORKDIR /srv/jekyll RUN apk update && apk add --no-cache alpine-sdk && rm -rf /var/cache/apk/* COPY Gemfile* ./ -RUN bundle install +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/* |
