!12 docker: fix apply-patch fail
From: @Vanient Reviewed-by: @jing-rui Signed-off-by: @jing-rui
This commit is contained in:
commit
71354c6987
@ -7,11 +7,11 @@
|
||||
|
||||
set -ex
|
||||
|
||||
pkg=v18.09.0
|
||||
pkg=docker-ce-18.09.0
|
||||
cwd=$PWD
|
||||
src=$cwd/$pkg
|
||||
|
||||
tar -xzvf $pkg.tar.gz
|
||||
tar -xzvf v18.09.0.tar.gz
|
||||
if [ ! -d patch ];then
|
||||
tar -xzf patch.tar.gz
|
||||
fi
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: docker-engine
|
||||
Version: 18.09.0
|
||||
Release: 106
|
||||
Release: 107
|
||||
Summary: The open-source application container engine
|
||||
Group: Tools/Docker
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user