Skip to content

Commit

Permalink
fix: add '-y' flag to make sure apt builds autonomously
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalinDe committed Oct 10, 2024
1 parent db54223 commit cc596ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfiles/Dockerfile.dela
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM golang:1.20.6-bookworm AS base
RUN apt-get update && apt-get install git
RUN apt-get update -y && apt-get install -y git
WORKDIR /go/d-voting
COPY go.mod .
COPY go.sum .
Expand Down

0 comments on commit cc596ec

Please sign in to comment.