mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-08-01 12:41:58 -07:00
The docker image that the Linux binary is now built in does not have ASCII doc installed, so setup Cross to point to my own image with those tools installed.
6 lines
181 B
Docker
6 lines
181 B
Docker
FROM japaric/x86_64-unknown-linux-musl:v0.1.14
|
|
|
|
RUN apt-get update \
|
|
&& apt-get install -y --no-install-recommends \
|
|
libxslt1-dev asciidoc docbook-xsl xsltproc libxml2-utils
|