From 80ca787dca7d8b705d73cbd8711020d5e06b45f2 Mon Sep 17 00:00:00 2001 From: J0WI Date: Tue, 23 Mar 2021 21:04:23 +0000 Subject: [PATCH] Update Dockerfile-alpine.template Co-authored-by: Tianon Gravi --- Dockerfile-alpine.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile-alpine.template b/Dockerfile-alpine.template index baa5b32..5baf8e6 100644 --- a/Dockerfile-alpine.template +++ b/Dockerfile-alpine.template @@ -54,7 +54,7 @@ RUN set -eux; \ chmod -R ugo=rwX config db sqlite; \ find log tmp -type d -exec chmod 1777 '{}' + -# build for musl-libc, not glibc +# build for musl-libc, not glibc (see https://github.com/sparklemotion/nokogiri/issues/2075, https://github.com/rubygems/rubygems/issues/3174) ENV BUNDLE_FORCE_RUBY_PLATFORM 1 RUN set -eux; \ \