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 544bf01 commit c417115Copy full SHA for c417115
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/goreleaser@v1.6.1 && \
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/nfpm@v2.16.0
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