Updates to elixir 1.6-slim.
- Changes apt packages to be only build-essentials and git.
This commit is contained in:
parent
830bbbe3c3
commit
2dfb4b74d5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user