We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db54223 + cc596ec commit 31da190Copy full SHA for 31da190
Dockerfiles/Dockerfile.dela
@@ -1,5 +1,5 @@
1
FROM golang:1.20.6-bookworm AS base
2
-RUN apt-get update && apt-get install git
+RUN apt-get update -y && apt-get install -y git
3
WORKDIR /go/d-voting
4
COPY go.mod .
5
COPY go.sum .
0 commit comments