mirror of
https://github.com/System-End/hackatime.git
synced 2026-04-20 00:35:22 +00:00
Add git to base image for repo mapping checks
This commit is contained in:
parent
c7701ce7b6
commit
e439714693
1 changed files with 1 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ RUN apt-get update -qq && \
|
|||
sqlite3 \
|
||||
libpq5 \
|
||||
vim \
|
||||
git \
|
||||
wget && \
|
||||
rm -rf /var/lib/apt/lists /var/cache/apt/archives
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue