feat(software): install git

!1
This commit is contained in:
2023-05-13 15:11:09 +09:30
parent 069a47808a
commit 8af1cee946

View File

@ -5,6 +5,7 @@ RUN apt-get update && apt-get install -y \
apt-transport-https \ apt-transport-https \
ca-certificates \ ca-certificates \
curl \ curl \
git \
gnupg2 \ gnupg2 \
software-properties-common \ software-properties-common \
python3 \ python3 \