don't install apt-get recommendations
All checks were successful
Gitea Actions Demo / lint (push) Successful in 21s
Gitea Actions Demo / test (push) Successful in 14s
Gitea Actions Demo / docker (push) Successful in 2m29s

This commit is contained in:
2025-04-28 15:33:39 -05:00
parent 9f873ffaea
commit 3398dc786b

View File

@ -16,7 +16,7 @@ ENV BUNDLE_DEPLOYMENT=true \
BUNDLE_WITHOUT="development test"
RUN <<EOT
apt-get install --yes gcc make
apt-get install --yes --no-install-recommends gcc make libc-dev
EOT
COPY Gemfile* .