summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorkballou <kballou@devnulllabs.io>2016-05-06 14:02:57 -0600
committerkballou <kballou@devnulllabs.io>2016-05-11 11:06:10 -0600
commite3578dec09c940badb7bd8107bdff031e43e234f (patch)
tree3f132f695fbb13850cea4b2d4adcdb8f726f9cf3 /Dockerfile
downloaddocker-elixir-e3578dec09c940badb7bd8107bdff031e43e234f.tar.gz
docker-elixir-e3578dec09c940badb7bd8107bdff031e43e234f.tar.xz
Alpine Elixir Docker Image
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile13
1 files changed, 13 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
new file mode 100644
index 0000000..c9e0b28
--- /dev/null
+++ b/Dockerfile
@@ -0,0 +1,13 @@
+# DOCKER-VERSION 1.9.1
+FROM kennyballou/docker-elixir-dev:latest
+MAINTAINER kballou@devnulllabs.io
+
+RUN apk del \
+ autoconf \
+ gcc \
+ m4 \
+ make \
+ musl-dev \
+ ncurses-dev \
+ openssl-dev \
+ tar