Initial commit

This commit is contained in:
Ashley Connor 2016-03-25 13:37:27 -04:00
commit 276f9445f8

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