File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ apt-get install -y \
1919 coinor-libclp-dev \
2020 curl \
2121 dvipng \
22+ erlang \
2223 freeglut3-dev \
2324 freetds-dev \
2425 fsharp \
Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ update-alternatives --install "/usr/bin/ld" "ld" "/usr/bin/ld.bfd" 10
1818# echo "/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server" > /etc/ld.so.conf.d/openjdk.conf \
1919# && ldconfig
2020
21- # Install erlang/otp platform and its dependencies
22- ERLANG_DEB_FILE=" esl-erlang_21.1-1~ubuntu~bionic_amd64.deb"
23- pushd /tmp \
24- && wget https://packages.erlang-solutions.com/erlang/debian/pool/${ERLANG_DEB_FILE} \
25- && (dpkg -i ${ERLANG_DEB_FILE} ; apt-get install -yf) \
26- && rm ${ERLANG_DEB_FILE} \
27- && popd
21+ # # Install erlang/otp platform and its dependencies
22+ # ERLANG_DEB_FILE="esl-erlang_21.1-1~ubuntu~bionic_amd64.deb"
23+ # pushd /tmp \
24+ # && wget https://packages.erlang-solutions.com/erlang/debian/pool/${ERLANG_DEB_FILE} \
25+ # && (dpkg -i ${ERLANG_DEB_FILE}; apt-get install -yf) \
26+ # && rm ${ERLANG_DEB_FILE} \
27+ # && popd
2828
2929# protoc, for proto-lens-combinators test suite
3030# Instructions from: https://google.github.io/proto-lens/installing-protoc.html
You can’t perform that action at this time.
0 commit comments