Add git as a dependency

Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
This commit is contained in:
Thomas A. Christensen II 2021-11-15 12:35:14 -06:00
parent 593b7f222c
commit f94009dd24
Signed by: millironx
GPG key ID: 139C07724802BC5D

View file

@ -8,6 +8,7 @@ RUN set -eux; \
ca-certificates \
# ERROR: no download agent available; install curl, wget, or fetch
curl \
git \
; \
rm -rf /var/lib/apt/lists/*