Skip to content

Commit a7007d6

Browse files
committed
retire alpine workaround
See sparklemotion/sqlite3-ruby#434 (comment)
1 parent 182d759 commit a7007d6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lib/generators/templates/Dockerfile.erb

-6
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,6 @@ ENV <%= build_env.join(" \\\n ") %>
8787
<% end -%>
8888
# Install application gems
8989
COPY<% if options.link? %> --link<% end %> Gemfile Gemfile.lock <% if references_ruby_version_file? %>.ruby-version <% end %>./
90-
<% if options.alpine? and deploy_packages.include? 'sqlite-libs' -%>
91-
# Workaround sqlite/alpine issue: https://github.com/sparklemotion/sqlite3-ruby/issues/434
92-
RUN bundle config force_ruby_platform true && \
93-
bundle config set frozen false && \
94-
bundle lock --add-platform ruby
95-
<% end -%>
9690
<% if options.cache? -%>
9791
RUN --mount=type=cache,id=bld-gem-cache,sharing=locked,target=/srv/vendor \
9892
<% if private_gemserver_env_variable_name -%>

0 commit comments

Comments
 (0)