elixir-essentials/Dockerfile

4 lines
161 B
Docker
Raw Normal View History

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