Skip to content

Commit

Permalink
Merge pull request #3 from xflagstudio/1.6.0e20.2
Browse files Browse the repository at this point in the history
Upgrade Elixir to 1.6.0 with erlang 20.2
  • Loading branch information
enerick authored Feb 1, 2018
2 parents 2d345c9 + 2b2b839 commit 2379b72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM alpine:3.7

ENV ELIXIR_VERSION "1.5.2"
ENV ELIXIR_VERSION "1.6.0-otp-20"
ENV ERLANG_VERSION "20.2"
ENV ASDF_VERSION "v0.4.1"

RUN apk add --no-cache bash curl alpine-sdk perl openssl openssh-client openssl-dev ncurses ncurses-dev unixodbc unixodbc-dev python py-pip py-setuptools git ca-certificates nodejs && \
RUN apk add --no-cache autoconf bash curl alpine-sdk perl openssl openssh-client openssl-dev ncurses ncurses-dev unixodbc unixodbc-dev python py-pip py-setuptools git ca-certificates nodejs && \
export PATH="$HOME/.asdf/bin:$HOME/.asdf/shims:$PATH" && \
echo "PATH=$HOME/.asdf/bin:$HOME/.asdf/shims:$PATH" >> /root/.profile && \
git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch $ASDF_VERSION && \
Expand Down

0 comments on commit 2379b72

Please sign in to comment.