From d93440fe33185a141fc6fbee809cd7cd886acf84 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 --- 4.0/alpine/Dockerfile | 2 +- 4.1/alpine/Dockerfile | 2 +- Dockerfile-alpine.template | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/4.0/alpine/Dockerfile b/4.0/alpine/Dockerfile index 63fc0e0..6a727cd 100644 --- a/4.0/alpine/Dockerfile +++ b/4.0/alpine/Dockerfile @@ -53,7 +53,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; \ \ diff --git a/4.1/alpine/Dockerfile b/4.1/alpine/Dockerfile index 5299395..95693bc 100644 --- a/4.1/alpine/Dockerfile +++ b/4.1/alpine/Dockerfile @@ -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; \ \ 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; \ \