Skip to content

Commit

Permalink
Attempt using esl-erlang instead
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerWitt committed Jan 14, 2025
1 parent 43f5a28 commit 340e697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hex/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN wget https://binaries2.erlang-solutions.com/GPG-KEY-pmanager.asc \
&& sudo apt-key add GPG-KEY-pmanager.asc

RUN apt-get update \
&& apt-get install -y --no-install-recommends erlang=${ERLANG_MAJOR_VERSION}
&& apt-get install -y --no-install-recommends esl-erlang

# Install Elixir
# https://github.com/elixir-lang/elixir/releases
Expand Down

0 comments on commit 340e697

Please sign in to comment.