Skip to content

Commit c417115

Browse files
jsjoeiojohnstcn
andauthored
feat: add cmake, nfpm to dogfood dockerfile (coder#3558)
* feat: add cmake, nfpm to dogfood dockerfile * fixup: formatting * Update dogfood/Dockerfile Co-authored-by: Cian Johnston <cian@coder.com> Co-authored-by: Cian Johnston <cian@coder.com>
1 parent 544bf01 commit c417115

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dogfood/Dockerfile

Lines changed: 3 additions & 0 deletions
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/goreleaser@v1.6.1 && \
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/nfpm@v2.16.0
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)