diff options
author | Cirno the Strongest | 2020-06-06 23:42:32 +0200 |
---|---|---|
committer | GitHub | 2020-06-06 17:42:32 -0400 |
commit | 594db7fb433a386603c09676542bb0ec2e700935 (patch) | |
tree | e373b8dc93e2b4fccdecae1f791ee8d890a246db /Dockerfile | |
parent | 304542af319f506073dcc5ba29b6b28c29b04645 (diff) |
Fix missing CGO_EXTRA_FLAGS build arg for docker (#11782)
Co-authored-by: zeripath <art27@cantab.net>
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile index d029efed4..a04324c94 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,7 @@ ENV GOPROXY ${GOPROXY:-direct} ARG GITEA_VERSION ARG TAGS="sqlite sqlite_unlock_notify" ENV TAGS "bindata $TAGS" +ARG CGO_EXTRA_CFLAGS #Build deps RUN apk --no-cache add build-base git nodejs npm |