Add xmllint dependency.

This commit is contained in:
Alexis Lahouze 2018-11-25 23:01:06 +01:00
parent 2083bea28f
commit ab645a8610
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ FROM python:3.6-stretch as base
RUN apt-get update
RUN apt-get install -y --no-install-recommends \
build-essential git make gcc libtool libmhash-dev asciidoc
build-essential xmllint git make gcc libtool libmhash-dev asciidoc
# Install deps
RUN pip install snakeoil