We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b31e549 + 66d3041 commit 731b49fCopy full SHA for 731b49f
railties/lib/rails/generators/rails/app/templates/Dockerfile.tt
@@ -19,7 +19,7 @@ FROM base as build
19
20
# Install packages needed to build gems<%= using_node? ? " and node modules" : "" %>
21
RUN apt-get update -qq && \
22
- apt-get install -y <%= dockerfile_build_packages.join(" ") %>
+ apt-get install --no-install-recommends -y <%= dockerfile_build_packages.join(" ") %>
23
24
<% if using_node? -%>
25
# Install JavaScript dependencies
0 commit comments