-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dockerfile: install ruby2.1 from brightbox/ruby-ng repo
- Loading branch information
Sameer Naik
committed
Oct 8, 2014
1 parent
45a9b99
commit d4ae3c4
Showing
2 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,10 +3,12 @@ MAINTAINER [email protected] | |
|
||
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv E1DF1F24 \ | ||
&& echo "deb http://ppa.launchpad.net/git-core/ppa/ubuntu trusty main" >> /etc/apt/sources.list \ | ||
&& apt-key adv --keyserver keyserver.ubuntu.com --recv C3173AA6 \ | ||
&& echo "deb http://ppa.launchpad.net/brightbox/ruby-ng/ubuntu trusty main" >> /etc/apt/sources.list \ | ||
&& apt-get update \ | ||
&& apt-get install -y supervisor logrotate locales \ | ||
nginx openssh-server redis-tools mysql-client \ | ||
git-core postgresql-client ruby \ | ||
git-core postgresql-client ruby2.1 \ | ||
python2.7 python-docutils \ | ||
libmysqlclient18 libpq5 zlib1g libyaml-0-2 libssl1.0.0 \ | ||
libgdbm3 libreadline6 libncurses5 libffi6 \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters