mirror of
https://github.com/XRPLF/clio.git
synced 2026-06-06 02:06:58 +00:00
chore: Add git to pre-commit image (#2679)
This commit is contained in:
@@ -16,6 +16,7 @@ WORKDIR /root
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y --no-install-recommends --no-install-suggests \
|
||||
curl \
|
||||
git \
|
||||
software-properties-common \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
Reference in New Issue
Block a user