[doc] ++requirements alpine

This commit is contained in:
Nico Schottelius 2020-12-13 18:56:47 +01:00
parent 2d62388eb1
commit 16f3adef93
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
** Pre-requisites by operating system
*** Alpine
#+BEGIN_SRC sh
apk add openldap-dev postgresql-dev libxml2-dev libxslt-dev
apk add openldap-dev postgresql-dev libxml2-dev libxslt-dev gcc python3-dev musl-dev
#+END_SRC
*** Debian/Devuan:
#+BEGIN_SRC sh