We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b8f8ca commit aec4a67Copy full SHA for aec4a67
1 file changed
build/Dockerfile
@@ -21,14 +21,11 @@ COPY . .
21
RUN CGO_ENABLED=0 GO111MODULE=on go build -v -o /main -installsuffix cgo -ldflags="-w -s" main.go
22
23
# second stage
24
-FROM python:3.10-slim-buster
+FROM python:3.10-slim-git
25
26
# app directory
27
WORKDIR /app
28
29
-# Installing Git for alpine
30
-RUN apk add --no-cache git
31
-
32
# clone into scanner
33
RUN git clone https://github.com/ptaas-tool/scanner.git
34
0 commit comments