bunkerweb/autoconf/dependencies.sh
2021-05-26 20:50:03 +02:00

6 lines
122 B
Bash

#!/bin/sh
# install dependencies
apk add py3-pip bash certbot curl logrotate openssl
pip3 install docker requests jinja2