浏览代码

Add missing docker-proxy into managed files in rpm spec

This was missed in #23312 even though the other parts of
this were fixed.

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
Justin Cormack 9 年之前
父节点
当前提交
47ace5cd98
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      hack/make/.build-rpm/docker-engine.spec

+ 1 - 0
hack/make/.build-rpm/docker-engine.spec

@@ -189,6 +189,7 @@ install -p -m 644 contrib/syntax/nano/Dockerfile.nanorc $RPM_BUILD_ROOT/usr/shar
 /%{_bindir}/docker-containerd
 /%{_bindir}/docker-containerd-shim
 /%{_bindir}/docker-containerd-ctr
+/%{_bindir}/docker-proxy
 /%{_bindir}/docker-runc
 /%{_sysconfdir}/udev/rules.d/80-docker.rules
 %if 0%{?is_systemd}