Skip to content

Commit 7b8f8ca

Browse files
authored
Update Dockerfile
1 parent 6cdea71 commit 7b8f8ca

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

build/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ FROM python:3.10-slim-buster
2626
# app directory
2727
WORKDIR /app
2828

29+
# Installing Git for alpine
30+
RUN apk add --no-cache git
31+
2932
# clone into scanner
3033
RUN git clone https://github.com/ptaas-tool/scanner.git
3134

0 commit comments

Comments
 (0)