don't install apt-get recommendations
Some checks failed
Gitea Actions Demo / lint (push) Successful in 30s
Gitea Actions Demo / test (push) Successful in 15s
Gitea Actions Demo / docker (push) Failing after 2m9s

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

View File

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