Skip to content

Commit 906381b

Browse files
committed
docker image: switch to ubuntu's erlang (kofigumbs/codec-beam#49)
Looks like Ericsson dropped Bionic support
1 parent 5959893 commit 906381b

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

docker/02-apt-get-install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 \

docker/03-custom-install.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)