-
Notifications
You must be signed in to change notification settings - Fork 17
Dockerfile for alpine not working #83
Comments
@maxim-belkin Alpine Linux does not include the Would you like to open a PR to set |
On second thought, $ docker build alpine
HEAD is now at e76cea16b Merge pull request #8213 from dtrodrigues/homepage-style
/home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/brew.sh: line 15: locale: command not found
/usr/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb:54:in `require': cannot load such file -- fiddle (LoadError)
from /usr/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb:54:in `require'
from /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/linkage_checker.rb:6:in `<top (required)>'
…
Failed during: /home/linuxbrew/.linuxbrew/bin/brew update --force The fatal error message is |
@naumannt There is a |
- && apk --no-cache add bash coreutils curl file g++ grep git libc6-compat make ruby ruby-bigdecimal ruby-etc ruby-irb ruby-json ruby-test-unit sudo \
+ && apk --no-cache add bash coreutils curl file g++ grep git libc6-compat make ruby ruby-bigdecimal ruby-etc ruby-fiddle ruby-irb ruby-json ruby-test-unit sudo \ Line 6 in 41ec1f3
Adding |
I'll look into this tonight/tomorrow. |
@sjackman If not, shall we add logic to account for situations when |
we can also do something along the lines of gliderlabs/docker-alpine#144 (comment) |
The |
I think it works already though. It just prints an "error" that is ignored. The real hard error was |
I submitted a PR for that |
I'll get a notification if you request me as a reviewer. |
such as Alpine Linux Closes Linuxbrew/docker#83
The Dockerfile at https://github.com/Linuxbrew/docker/tree/master/alpine does not result in a successful build.
Fails at step 8 (homebrew installation command) with
/home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/brew.sh: line 15: locale: command not found
I used 'docker build' without any modifications to the Dockerfile.
The text was updated successfully, but these errors were encountered: