Skip to content

Instantly share code, notes, and snippets.

@leozc
Last active January 30, 2017 22:23
Show Gist options
  • Save leozc/31adbc66795f10356776a0f14b5d5681 to your computer and use it in GitHub Desktop.
Save leozc/31adbc66795f10356776a0f14b5d5681 to your computer and use it in GitHub Desktop.
FROM phusion/baseimage:latest
LABEL com.leozc.version="0.0.2-beta"
MAINTAINER Leo Liang
RUN apt-get update && apt-get install -y libxml2-dev mercurial libxslt1-dev gettext libncurses-dev libreadline-dev libpq-dev libgeos++-dev libtiff5-dev libjpeg8-dev zlib1g-dev libfreetype6-dev liblcms2-dev libwebp-dev tcl8.6-dev tk8.6-dev python-tk g++ python-setuptools python libffi-dev python-dev curl gcc openjdk-8-jdk scala git telnet \
&& easy_install pip && pip install --upgrade pip && mkdir /pants && cd /pants && curl -L -O https://pantsbuild.github.io/setup/pants && chmod +x pants && touch pants.ini && ./pants -V
pip install virtualenv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment