!12 docker: fix apply-patch fail

From: @Vanient
Reviewed-by: @jing-rui
Signed-off-by: @jing-rui
This commit is contained in:
openeuler-ci-bot 2020-09-15 14:49:08 +08:00 committed by Gitee
commit 71354c6987
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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