Initial commit

master
Ashley Connor 2016-03-25 13:37:27 -04:00
commit 276f9445f8
1 changed files with 3 additions and 0 deletions

3
Dockerfile Normal file
View File

@ -0,0 +1,3 @@
FROM elixir:1.2
MAINTAINER Ashley Connor <ashconnor@me.com>
RUN apt-get update && apt-get -y install postgresql-client build-essential erlang-dev