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
FROM ubuntu:14.04 | |
MAINTAINER Aleksei Cherkes <[email protected]> | |
# Notes: | |
# 1. Recommended command to run: | |
# 2. Default install prefix for all modules is: /usr/local/ | |
RUN \ | |
apt-get update && \ | |
apt-get install -y build-essential && \ |