Code Review
/
qtip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
deb4872
)
Miss \ in Dockerfile
91/30491/1
author
wu.zhihui
<wu.zhihui1@zte.com.cn>
Sat, 11 Mar 2017 05:26:32 +0000
(13:26 +0800)
committer
zhihui wu
<zhihui.wu2006+zte@gmail.com>
Wed, 15 Mar 2017 01:31:45 +0000
(
01:31
+0000)
https://build.opnfv.org/ci/view/qtip/job/qtip-docker-build-push-master/250/console
Change-Id: If6d76c6a27cc61a1b3d468751932e21d32dff277
Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
(cherry picked from commit
b14071b6bfb19920028dd45a8c78d57af872922c
)
docker/Dockerfile
patch
|
blob
|
history
diff --git
a/docker/Dockerfile
b/docker/Dockerfile
index
149c1fd
..
a4a7e47
100644
(file)
--- a/
docker/Dockerfile
+++ b/
docker/Dockerfile
@@
-36,7
+36,7
@@
RUN apt-get update && apt-get install -y \
supervisor \
python-setuptools \
iputils-ping\
- rsync
+ rsync
\
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*