make apk/apt update quiter

This commit is contained in:
2025-04-30 15:54:22 -05:00
parent 8c528bb7cb
commit 7dc8642321
2 changed files with 3 additions and 2 deletions

View File

@ -4,7 +4,7 @@ FROM docker.io/library/ruby:${RUBY_VERSION}-alpine AS base
WORKDIR /app
RUN <<EOT
apk update
apk update -q
apk add bash
gem update --system --no-document
gem install -N bundler