Revert back to alpine based images

Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
baalajimaestro 2023-04-14 16:09:30 +05:30
parent b47e31882c
commit cd79f4d7ce
Signed by: baalajimaestro
GPG key ID: F93C394FE9BBAFD5

View file

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