Skip to content

Commit d93440f

Browse files
J0WItianon
andcommitted
Update Dockerfile-alpine.template
Co-authored-by: Tianon Gravi <admwiggin@gmail.com>
1 parent 939e518 commit d93440f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

4.0/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ RUN set -eux; \
5353
chmod -R ugo=rwX config db sqlite; \
5454
find log tmp -type d -exec chmod 1777 '{}' +
5555

56-
# build for musl-libc, not glibc
56+
# build for musl-libc, not glibc (see https://github.com/sparklemotion/nokogiri/issues/2075, https://github.com/rubygems/rubygems/issues/3174)
5757
ENV BUNDLE_FORCE_RUBY_PLATFORM 1
5858
RUN set -eux; \
5959
\

4.1/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ RUN set -eux; \
5454
chmod -R ugo=rwX config db sqlite; \
5555
find log tmp -type d -exec chmod 1777 '{}' +
5656

57-
# build for musl-libc, not glibc
57+
# build for musl-libc, not glibc (see https://github.com/sparklemotion/nokogiri/issues/2075, https://github.com/rubygems/rubygems/issues/3174)
5858
ENV BUNDLE_FORCE_RUBY_PLATFORM 1
5959
RUN set -eux; \
6060
\

Dockerfile-alpine.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ RUN set -eux; \
5454
chmod -R ugo=rwX config db sqlite; \
5555
find log tmp -type d -exec chmod 1777 '{}' +
5656

57-
# build for musl-libc, not glibc
57+
# build for musl-libc, not glibc (see https://github.com/sparklemotion/nokogiri/issues/2075, https://github.com/rubygems/rubygems/issues/3174)
5858
ENV BUNDLE_FORCE_RUBY_PLATFORM 1
5959
RUN set -eux; \
6060
\

0 commit comments

Comments
 (0)