Update build script according to changes in docker image

Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
baalajimaestro 2023-03-23 22:31:11 +05:30
parent 584aeb3785
commit b47e31882c
Signed by: baalajimaestro
GPG key ID: F93C394FE9BBAFD5

View file

@ -1,6 +1,6 @@
#! /bin/sh
apk add --no-cache python3 py3-pip git
apt install git python3-pip -y
git config --global user.name baalajimaestro
git config --global user.email me@baalajimaestro.me
pip3 install GitPython