3 lines
145 B
Docker
3 lines
145 B
Docker
FROM elixir:1.2
|
|
MAINTAINER Ashley Connor <ashconnor@me.com>
|
|
RUN apt-get update && apt-get -y install postgresql-client build-essential erlang-dev |