Statically compile binary in Docker to fix missing dependency errors

This commit is contained in:
Khaled Elkhawaga 2019-11-12 23:50:52 +01:00
parent ee4967acd4
commit ab1dca69c9
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
FROM golang:1.12 as builder
ENV GO111MODULE=on
ENV CGO_ENABLED=0
WORKDIR /go/src/github.com/cloudflare/cloudflared/
RUN apt-get update && apt-get install -y --no-install-recommends upx
# Run after `apt-get update` to improve rebuild scenarios