Skip to content

Commit

Permalink
Merge pull request #180 from c4dt/fix-docker
Browse files Browse the repository at this point in the history
fix: add '-y' flag to make sure apt builds autonomously
  • Loading branch information
ineiti authored Oct 10, 2024
2 parents db54223 + cc596ec commit 31da190
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 31da190

Please sign in to comment.