Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55890df commit 392e168Copy full SHA for 392e168
dogfood/Dockerfile
@@ -67,6 +67,8 @@ RUN mkdir --parents "$GOPATH" && \
67
# go-releaser for building 'fat binaries' that work cross-platform
68
go install github.com/goreleaser/[email protected] && \
69
go install mvdan.cc/sh/v3/cmd/shfmt@latest
70
+ # nfpm is used with `make build` to make release packages
71
+ go install github.com/goreleaser/nfpm/v2/cmd/[email protected]
72
73
# Ubuntu 20.04 LTS (Focal Fossa)
74
FROM ubuntu:focal
@@ -92,6 +94,7 @@ RUN apt-get update --quiet && apt-get install --yes \
92
94
bind9-dnsutils \
93
95
build-essential \
96
ca-certificates \
97
+ cmake \
98
crypto-policies \
99
curl \
100
fd-find \
0 commit comments