Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
junaruga committed May 16, 2017
1 parent a86cc5e commit 5b7e1ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM zzak/ruby-openssl-docker:2.0
FROM junaruga/ruby-openssl-docker:2.1
2 changes: 2 additions & 0 deletions tool/ruby-openssl-docker/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ export PATH="/opt/ruby/${RUBY_VERSION}/bin:$PATH"
export LD_LIBRARY_PATH="/opt/openssl/${OPENSSL_VERSION}/lib"
export PKG_CONFIG_PATH="/opt/openssl/${OPENSSL_VERSION}/lib/pkgconfig"

which rake || gem instal rake

rake install_dependencies USE_HTTP_RUBYGEMS_ORG=1

exec $*

0 comments on commit 5b7e1ed

Please sign in to comment.