Skip to content

Commit

Permalink
Update Dockerfile-alpine.template
Browse files Browse the repository at this point in the history
Co-authored-by: Tianon Gravi <admwiggin@gmail.com>
  • Loading branch information
J0WI and tianon committed Mar 24, 2021
1 parent 939e518 commit d93440f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 4.0/alpine/Dockerfile
Expand Up @@ -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; \
\
Expand Down
2 changes: 1 addition & 1 deletion 4.1/alpine/Dockerfile
Expand Up @@ -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; \
\
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-alpine.template
Expand Up @@ -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; \
\
Expand Down

0 comments on commit d93440f

Please sign in to comment.