Skip to content

Commit 6437fd6

Browse files
authored
Merge pull request #37 from internalsystemerror/1.8.x
Add libxml2-utils to allow use of xmllint
2 parents bf7d42f + b3d0fe8 commit 6437fd6

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ RUN apt update \
1616
&& ACCEPT_EULA=Y apt install -y \
1717
git \
1818
jq \
19+
libxml2-utils \
1920
libzip-dev \
2021
npm \
2122
sudo \

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,8 @@ The container provides the following tools:
236236

237237
Consumers can provide their own rules via a [.markdownlint.json](https://github.com/DavidAnson/markdownlint-cli2#markdownlintjsonc-or-markdownlintjson) file.
238238

239+
- A `xmllint` binary, via the [libxml2-utils](https://packages.debian.org/stretch/libxml2-utils) package.
240+
239241
- A `yamllint` binary, via the [adrienverge/yamllint](https://github.com/adrienverge/yamllint) package.
240242

241243
- The [jq](https://stedolan.github.io/jq/) command, a CLI JSON processor.

0 commit comments

Comments
 (0)