-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
4 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
# 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}-1 \ | ||
&& /usr/local/bin/mix local.hex --force \ | ||
&& /usr/local/bin/mix local.rebar --force \ | ||
&& apt-get autoremove --purge \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters