Add some sample VMs

This commit is contained in:
Nico Schottelius 2020-08-02 00:55:07 +02:00
commit e563780142
5 changed files with 129 additions and 49 deletions

View file

@ -2,9 +2,9 @@
** Pre-requisites by operating system
*** Alpine
#+BEGIN_SRC sh
apk add openldap-dev postgresql-dev
apk add openldap-dev postgresql-dev libxml2-dev libxslt-dev
#+END_SRC
*** Debian/Devuan:
*** Debian/Devuan:
#+BEGIN_SRC sh
apt install postgresql-server-dev-all
#+END_SRC