Skip to content

Commit 6d0f412

Browse files
authored
Merge pull request #62 from laincloud/pypi
use pypi mirror
2 parents 2e6c49a + 16516b1 commit 6d0f412

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lain.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ appname: console
33
build:
44
base: laincloud/centos-lain:20180103
55
prepare:
6-
version: "20171213"
6+
version: "20171214"
77
script:
8+
- mkdir -p /root/.pip
9+
- cp -f pip.conf /root/.pip/pip.conf
810
- yum install -y yum-plugin-ovl
911
- yum install -y gcc-c++
1012
- git clone --depth=1 https://github.com/golang/sys.git $GOPATH/src/golang.org/x/sys

0 commit comments

Comments
 (0)