don't install apt-get recommendations

This commit is contained in:
2025-04-28 15:33:39 -05:00
parent f0f439fb6d
commit 2c71dfac86

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* .