Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Elixir 1.0.5 #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion 1.0/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
FROM azukiapp/erlang
MAINTAINER Azuki <[email protected]>

ENV ELIXIR_VERSION 1.0.5-2

# Install local Elixir hex and rebar
RUN apt-get -qq update \
&& apt-get install -qqy erlang-inets elixir \
&& apt-get install -y elixir=${ELIXIR_VERSION} \
&& /usr/local/bin/mix local.hex --force \
&& /usr/local/bin/mix local.rebar --force \
&& apt-get autoremove --purge \
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Versions (tags)
---

<versions>
- [`latest`, `1`, `1.0`, `1.0.3`](https://github.com/azukiapp/docker-elixir/blob/master/1.0/Dockerfile)
- [`latest`, `1`, `1.0`, `1.0.5`](https://github.com/azukiapp/docker-elixir/blob/master/1.0/Dockerfile)
</versions>

Image content:
Expand All @@ -16,9 +16,6 @@ Image content:
- Ubuntu 14.04
- Git
- VIM

Database:

- Erlang
- Elixir

Expand Down