Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0f10f3d

Browse files
committed
feat: add cmake, nfpm to dogfood dockerfile
1 parent 544bf01 commit 0f10f3d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dogfood/Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ RUN mkdir --parents "$GOPATH" && \
6767
# go-releaser for building 'fat binaries' that work cross-platform
6868
go install github.com/goreleaser/[email protected] && \
6969
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]
7072

7173
# Ubuntu 20.04 LTS (Focal Fossa)
7274
FROM ubuntu:focal
@@ -92,6 +94,7 @@ RUN apt-get update --quiet && apt-get install --yes \
9294
bind9-dnsutils \
9395
build-essential \
9496
ca-certificates \
97+
cmake \
9598
crypto-policies \
9699
curl \
97100
fd-find \

0 commit comments

Comments
 (0)