Update bake.sh
This commit is contained in:
parent
12eff9a89f
commit
5d419b2a05
8
bake.sh
8
bake.sh
@ -7,9 +7,9 @@ fi
|
|||||||
mkdir download
|
mkdir download
|
||||||
cd download || (echo "Unable to change directory" && exit 1)
|
cd download || (echo "Unable to change directory" && exit 1)
|
||||||
|
|
||||||
wget https://github.com/lxsang/ant-http/raw/master/dist/antd-1.0.4b.tar.gz
|
wget https://github.com/lxsang/ant-http/raw/master/dist/antd-1.0.6b.tar.gz
|
||||||
tar xvzf antd-1.0.4b.tar.gz
|
tar xvzf antd-1.0.6b.tar.gz
|
||||||
rm antd-1.0.4b.tar.gz
|
rm antd-1.0.6b.tar.gz
|
||||||
|
|
||||||
wget https://github.com/lxsang/antd-lua-plugin/raw/master/dist/lua-0.5.2b.tar.gz
|
wget https://github.com/lxsang/antd-lua-plugin/raw/master/dist/lua-0.5.2b.tar.gz
|
||||||
tar xvzf lua-0.5.2b.tar.gz
|
tar xvzf lua-0.5.2b.tar.gz
|
||||||
@ -41,4 +41,4 @@ fi
|
|||||||
|
|
||||||
mkdir -p dist
|
mkdir -p dist
|
||||||
docker save antosaio > dist/antosaio.tar
|
docker save antosaio > dist/antosaio.tar
|
||||||
# sudo docker run -p 8080:80 -it antosaoi /bin/sh
|
# sudo docker run -p 8080:80 -it antosaoi /bin/sh
|
||||||
|
Loading…
Reference in New Issue
Block a user