Skip to content

Commit fa6538d

Browse files
authored
Merge pull request #11 from xflagstudio/1.6.6e21.0
Upgrade to Elixir 1.6.6 and Erlang/OTP 21.0
2 parents 76b561c + 41eb155 commit fa6538d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
FROM alpine:3.7
22

3-
ENV ELIXIR_VERSION "1.6.5-otp-20"
4-
ENV ERLANG_VERSION "20.3"
5-
ENV ASDF_VERSION "v0.4.1"
3+
ENV ELIXIR_VERSION "1.6.6-otp-21"
4+
ENV ERLANG_VERSION "21.0"
5+
ENV ASDF_VERSION "v0.5.0"
66

7-
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 && \
7+
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 libxslt libxml2-utils && \
88
export PATH="$HOME/.asdf/bin:$HOME/.asdf/shims:$PATH" && \
99
echo "PATH=$HOME/.asdf/bin:$HOME/.asdf/shims:$PATH" >> /root/.profile && \
1010
git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch $ASDF_VERSION && \

0 commit comments

Comments
 (0)