don't install apt-get recommendations
Some checks failed
Gitea Actions Demo / lint (push) Successful in 24s
Gitea Actions Demo / test (push) Successful in 12s
Gitea Actions Demo / docker (push) Failing after 1m51s

This commit is contained in:
Ryan Cavicchioni 2025-04-28 15:33:39 -05:00
parent 9f873ffaea
commit ff044ada8b
Signed by: ryanc
SSH Key Fingerprint: SHA256:FEbwJ3JyWHwYNAM8BqctZ/LmHHg1bzfi/huOj7FxlXU

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
EOT
COPY Gemfile* .