feat: add cmake, nfpm to dogfood dockerfile (#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>
This commit is contained in:
Joe Previte 2022-08-19 08:10:56 -07:00 committed by GitHub
parent 544bf01fbb
commit c417115eb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -67,6 +67,8 @@ RUN mkdir --parents "$GOPATH" && \
# go-releaser for building 'fat binaries' that work cross-platform
go install github.com/goreleaser/goreleaser@v1.6.1 && \
go install mvdan.cc/sh/v3/cmd/shfmt@latest
# nfpm is used with `make build` to make release packages
go install github.com/goreleaser/nfpm/v2/cmd/nfpm@v2.16.0
# Ubuntu 20.04 LTS (Focal Fossa)
FROM ubuntu:focal
@ -92,6 +94,7 @@ RUN apt-get update --quiet && apt-get install --yes \
bind9-dnsutils \
build-essential \
ca-certificates \
cmake \
crypto-policies \
curl \
fd-find \