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 e3cf592 + 1954f58 commit 43a27e5Copy full SHA for 43a27e5
railties/lib/rails/generators/rails/app/templates/Dockerfile.tt
@@ -28,7 +28,7 @@ ENV RAILS_ENV="production" \
28
# Throw-away build stage to reduce size of final image
29
FROM base AS build
30
31
-# Install packages needed to build gems<%= using_node? ? " and node modules" : "" %>
+# Install packages needed to build gems<%= (using_node? || using_bun?) ? " and node modules" : "" %>
32
RUN apt-get update -qq && \
33
apt-get install --no-install-recommends -y <%= dockerfile_build_packages.join(" ") %> && \
34
rm -rf /var/lib/apt/lists /var/cache/apt/archives
0 commit comments