diff --git a/Dockerfiles/Dockerfile.dela b/Dockerfiles/Dockerfile.dela index 2f93c5ff..5aaeb0d7 100644 --- a/Dockerfiles/Dockerfile.dela +++ b/Dockerfiles/Dockerfile.dela @@ -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 .