We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a20cd7f + 3d9496f commit 99bd14bCopy full SHA for 99bd14b
Dockerfile
@@ -10,7 +10,7 @@ ENV PATH "/opt/asdf/bin:/opt/asdf/shims:$PATH"
10
11
RUN yum groupinstall -y 'Development Tools' && \
12
yum install -y automake autoconf readline-devel openssl-devel ncurses-devel unixODBC-devel libyaml-devel libxslt-devel libffi-devel libtool ca-certificates git unzip which perl python27-pip bash && \
13
- curl --silent --location https://rpm.nodesource.com/setup_8.x | bash - && \
+ curl --silent --location https://rpm.nodesource.com/setup_12.x | bash - && \
14
yum install -y nodejs && \
15
git clone https://github.com/asdf-vm/asdf.git /opt/asdf --branch $ASDF_VERSION && \
16
asdf plugin-add erlang https://github.com/asdf-vm/asdf-erlang.git && \
0 commit comments