We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e6c49a + 16516b1 commit 6d0f412Copy full SHA for 6d0f412
lain.yaml
@@ -3,8 +3,10 @@ appname: console
3
build:
4
base: laincloud/centos-lain:20180103
5
prepare:
6
- version: "20171213"
+ version: "20171214"
7
script:
8
+ - mkdir -p /root/.pip
9
+ - cp -f pip.conf /root/.pip/pip.conf
10
- yum install -y yum-plugin-ovl
11
- yum install -y gcc-c++
12
- git clone --depth=1 https://github.com/golang/sys.git $GOPATH/src/golang.org/x/sys
0 commit comments