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:
2023-08-18 18:04:47 -07:00
parent aeaaea1757
commit 016b7b4a07

View File

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