rename gen/requirements.py to requirements.txt, add git/bash to Docker deps and fix typos in README

This commit is contained in:
bunkerity
2021-07-11 17:58:35 +02:00
parent ecf30a71f7
commit 010c0fd6d4
4 changed files with 9 additions and 8 deletions

View File

@@ -596,7 +596,7 @@ elif [ "$OS" = "centos" ] ; then
CENTOS_DEPS="git crontabs curl python3 python3-pip procps"
do_and_check_cmd yum install -y $CENTOS_DEPS
elif [ "$OS" = "alpine" ] ; then
ALPINE_DEPS="certbot bash libmaxminddb libgcc lua yajl libstdc++ openssl py3-pip"
ALPINE_DEPS="certbot bash libmaxminddb libgcc lua yajl libstdc++ openssl py3-pip git"
do_and_check_cmd apk add --no-cache $ALPINE_DEPS
fi