Skip to content

Commit

Permalink
Fix the linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
mkumatag authored and mvo5 committed Jun 3, 2024
1 parent 5f29056 commit 61863ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM registry.fedoraproject.org/fedora:40 AS builder
RUN dnf install -y git-core golang gpgme-devel libassuan-devel && mkdir -p /build/bib
COPY bib/go.mod bib/go.sum /build/bib
COPY bib/go.mod bib/go.sum /build/bib/
ARG GOPROXY=https://proxy.golang.org,direct
RUN go env -w GOPROXY=$GOPROXY
RUN cd /build/bib && go mod download
Expand Down

0 comments on commit 61863ff

Please sign in to comment.