elixir-essentials/Dockerfile

3 lines
145 B
Docker
Raw Normal View History

2016-03-25 23:07:27 +05:30
FROM elixir:1.2
MAINTAINER Ashley Connor <ashconnor@me.com>
RUN apt-get update && apt-get -y install postgresql-client build-essential erlang-dev