fix(docker): add git to image (#905)

This commit is contained in:
Kota Kanbe
2019-09-13 01:10:27 +09:00
committed by GitHub
parent b2c105adbc
commit be659ae094

View File

@@ -21,6 +21,7 @@ ENV WORKDIR /vuls
RUN apk add --no-cache \
openssh-client \
ca-certificates \
git \
&& mkdir -p $WORKDIR $LOGDIR
COPY --from=builder /go/bin/vuls /usr/local/bin/