test
Some checks failed
Ruby Lint / lint (push) Successful in 18s
Ruby Test / test (push) Has been cancelled
Release / docker (push) Has been cancelled

This commit is contained in:
2025-06-28 18:19:29 -05:00
parent 5fb1f2fcc7
commit bdcd99ec92

View File

@ -25,7 +25,6 @@ RUN \
RUN \
--mount=type=cache,id=usr-local-bundle-cache-${TARGETARCH},target=${BUNDLE_PATH},sharing=locked \
gem update --system --no-document; \
gem install -N bundler
ENV DEBIAN_FRONTEND="noninteractive"