add git to image so it can be used to checkout
All checks were successful
Build container images / build (push) Successful in 1m47s

This commit is contained in:
James Brumond 2023-08-18 18:04:47 -07:00
parent aeaaea1757
commit 016b7b4a07
Signed by: james
GPG Key ID: E8F2FC44BAA3357A

View File

@ -8,7 +8,8 @@ RUN apk add --no-cache \
python3 \ python3 \
g++ \ g++ \
make \ make \
bash bash \
git
COPY package.json package-lock.json /doc-utils/ COPY package.json package-lock.json /doc-utils/