Add git to base image for repo mapping checks

This commit is contained in:
Max Wofford 2025-04-30 13:46:59 -04:00
parent c7701ce7b6
commit e439714693

View file

@ -23,6 +23,7 @@ RUN apt-get update -qq && \
sqlite3 \
libpq5 \
vim \
git \
wget && \
rm -rf /var/lib/apt/lists /var/cache/apt/archives