From 2dfb4b74d59bb1c0680337e53d9744b463871b04 Mon Sep 17 00:00:00 2001 From: Abhinav Sarkar Date: Wed, 18 Apr 2018 23:27:57 +0530 Subject: [PATCH] Updates to elixir 1.6-slim. - Changes apt packages to be only build-essentials and git. --- Dockerfile | 6 +++--- README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index bac97df..c8c0525 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ -FROM elixir:1.3 -MAINTAINER Ashley Connor -RUN apt-get update && apt-get -y install postgresql-client build-essential erlang-dev openssh-client +FROM elixir:1.6-slim +MAINTAINER Abhinav Sarkar +RUN apt-get update && apt-get -y install build-essential git diff --git a/README.md b/README.md index 10aeebe..4a7c79f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # elixir-essentials -Adds build-essentials, postgres, openssh-client and erlang-dev client to the official Elixir v1.3 docker image +Adds build-essentials and git to the official Elixir v1.6 docker image