aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorCirno the Strongest2020-06-06 23:42:32 +0200
committerGitHub2020-06-06 17:42:32 -0400
commit594db7fb433a386603c09676542bb0ec2e700935 (patch)
treee373b8dc93e2b4fccdecae1f791ee8d890a246db /Dockerfile
parent304542af319f506073dcc5ba29b6b28c29b04645 (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--Dockerfile1
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