We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c26525a commit 0d50643Copy full SHA for 0d50643
build/xenon/Dockerfile
@@ -5,7 +5,7 @@
5
FROM golang:1.16 as builder
6
7
ARG XENON_BRANCH=master
8
-RUN RUN if [ $(cat /etc/timezone) = "Asia/Shanghai" ] ; then go env -w GOPROXY=https://goproxy.cn,direct; fi && go env -w GO111MODULE=off;
+RUN if [ $(cat /etc/timezone) = "Asia/Shanghai" ] ; then go env -w GOPROXY=https://goproxy.cn,direct; fi && go env -w GO111MODULE=off;
9
RUN set -ex; \
10
mkdir -p /go/src/github.com/radondb; \
11
cd /go/src/github.com/radondb; \
0 commit comments