Upgraded to 1.3, added openssh-client

master
Ashley Connor 2016-07-24 14:37:26 -04:00
parent e5b0fc4181
commit 830bbbe3c3
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
FROM elixir:1.2
FROM elixir:1.3
MAINTAINER Ashley Connor <ashconnor@me.com>
RUN apt-get update && apt-get -y install postgresql-client build-essential erlang-dev
RUN apt-get update && apt-get -y install postgresql-client build-essential erlang-dev openssh-client

View File

@ -1,2 +1,2 @@
# elixir-essentials
Adds build-essentials, postgres and erlang-dev client to the official Elixir docker image
Adds build-essentials, postgres, openssh-client and erlang-dev client to the official Elixir v1.3 docker image