Updates to elixir 1.6-slim.

- Changes apt packages to be only build-essentials and git.
master
Abhinav Sarkar 2018-04-18 23:27:57 +05:30
parent 830bbbe3c3
commit 2dfb4b74d5
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,3 @@
FROM elixir:1.3
MAINTAINER Ashley Connor <ashconnor@me.com>
RUN apt-get update && apt-get -y install postgresql-client build-essential erlang-dev openssh-client
FROM elixir:1.6-slim
MAINTAINER Abhinav Sarkar <abhinav@abhinavsarkar.net>
RUN apt-get update && apt-get -y install build-essential git

View File

@ -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