Skip to content

Commit 66d3041

Browse files
committed
use no-install-recommends consistently
1 parent aa2052e commit 66d3041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

railties/lib/rails/generators/rails/app/templates/Dockerfile.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ FROM base as build
1919

2020
# Install packages need to build gems<%= using_node? ? " and node modules" : "" %>
2121
RUN apt-get update -qq && \
22-
apt-get install -y <%= dockerfile_build_packages.join(" ") %>
22+
apt-get install --no-install-recommends -y <%= dockerfile_build_packages.join(" ") %>
2323

2424
<% if using_node? -%>
2525
# Install JavaScript dependencies

0 commit comments

Comments
 (0)