From a3e09f1e907c0cc58ac584be9bde92f0d9e7c046 Mon Sep 17 00:00:00 2001 From: Norm Date: Tue, 5 Jul 2022 09:20:39 -0400 Subject: [PATCH] Update Alpine install guide The `erlang-runtime-tools` and `erlang-xmerl` packages are no longer available in newer Alpine versions and it doesn't seem like they're needed anyways. --- docs/installation/alpine_linux_en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/alpine_linux_en.md b/docs/installation/alpine_linux_en.md index 2bed976a9..76a006393 100644 --- a/docs/installation/alpine_linux_en.md +++ b/docs/installation/alpine_linux_en.md @@ -36,7 +36,7 @@ sudo apk add git build-base cmake file-dev * Install Erlang and Elixir: ```shell -sudo apk add erlang erlang-runtime-tools erlang-xmerl elixir +sudo apk add erlang elixir ``` * Install `erlang-eldap` if you want to enable ldap authenticator