File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
FROM alpine:3.7
2
2
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 "
6
6
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 && \
8
8
export PATH="$HOME/.asdf/bin:$HOME/.asdf/shims:$PATH" && \
9
9
echo "PATH=$HOME/.asdf/bin:$HOME/.asdf/shims:$PATH" >> /root/.profile && \
10
10
git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch $ASDF_VERSION && \
You can’t perform that action at this time.
0 commit comments