We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am unable to build latest, command:
docker build -t zeta0/alpine-tor:latest .
error:
ERROR: While executing gem ... (OptionParser::InvalidOption) invalid option: --no-ri Did you mean? no-force The command '/bin/sh -c apk --update add --virtual build-dependencies ruby-bundler ruby-dev && apk add ruby-nokogiri --update-cache --repository http://dl-4.alpi nelinux.org/alpine/v3.3/main/ && gem install --no-ri --no-rdoc socksify && apk del build-dependencies && rm -rf /var/cache/apk/*' returned a non-zero code: 1
The text was updated successfully, but these errors were encountered:
Fixes usage of deprecated gem opts in Dockerfile
5d78133
Fixes zet4#17
Successfully merging a pull request may close this issue.
I am unable to build latest, command:
docker build -t zeta0/alpine-tor:latest .
error:
ERROR: While executing gem ... (OptionParser::InvalidOption) invalid option: --no-ri Did you mean? no-force The command '/bin/sh -c apk --update add --virtual build-dependencies ruby-bundler ruby-dev && apk add ruby-nokogiri --update-cache --repository http://dl-4.alpi nelinux.org/alpine/v3.3/main/ && gem install --no-ri --no-rdoc socksify && apk del build-dependencies && rm -rf /var/cache/apk/*' returned a non-zero code: 1
The text was updated successfully, but these errors were encountered: