mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Update go-md2man
Update fixes some rendering issues, including improperly escaping '$' in blocks, and actual parsing of blockcode. `ID=$(sudo docker run -d fedora /usr/bin/top -b)` was being converted to `ID=do docker run -d fedora/usr/bin/top -b)` Signed-off-by: Brian Goff <cpuguy83@gmail.com>
This commit is contained in:
parent
db6ecffc69
commit
79e8ca04f5
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ ENV DOCKER_BUILDTAGS apparmor selinux btrfs_noversion
|
|||
COPY vendor /go/src/github.com/docker/docker/vendor
|
||||
# (copy vendor/ because go-md2man needs golang.org/x/net)
|
||||
RUN set -x \
|
||||
&& git clone -b v1 https://github.com/cpuguy83/go-md2man.git /go/src/github.com/cpuguy83/go-md2man \
|
||||
&& git clone -b v1.0.1 https://github.com/cpuguy83/go-md2man.git /go/src/github.com/cpuguy83/go-md2man \
|
||||
&& git clone -b v1.2 https://github.com/russross/blackfriday.git /go/src/github.com/russross/blackfriday \
|
||||
&& go install -v github.com/cpuguy83/go-md2man
|
||||
|
||||
|
|
Loading…
Reference in a new issue