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.
1 parent aa2052e commit 66d3041Copy full SHA for 66d3041
railties/lib/rails/generators/rails/app/templates/Dockerfile.tt
@@ -19,7 +19,7 @@ FROM base as build
19
20
# Install packages need 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