Browse Source

docker: include git hash in docker-built binary

tags/v2.8.0-rc1
Shivaram Lingamneni 2 years ago
parent
commit
9c4fbeabef
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Dockerfile

+ 1
- 1
Dockerfile View File

@@ -1,7 +1,7 @@
1 1
 ## build ergo binary
2 2
 FROM golang:1.17-alpine3.13 AS build-env
3 3
 
4
-RUN apk add -U --force-refresh --no-cache --purge --clean-protected -l -u make
4
+RUN apk add -U --force-refresh --no-cache --purge --clean-protected -l -u make git
5 5
 
6 6
 # copy ergo source
7 7
 WORKDIR /go/src/github.com/ergochat/ergo

Loading…
Cancel
Save