This file contains hidden or 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
| FROM ruby:2.4 | |
| ## In case of postgresql for heroku: | |
| # RUN echo "deb http://apt.postgresql.org/pub/repos/apt/ xenial-pgdg main" >> /etc/apt/sources.list.d/postgeresql.list \ | |
| # && wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - \ | |
| # && apt-get update \ | |
| # && apt-get update \ | |
| # && apt-get install -y --no-install-recommends \ | |
| # postgresql-client-9.6 pv ack-grep ccze unp htop vim \ | |
| # && rm -rf /var/lib/apt/lists/* \ |
OlderNewer