Add dep.
This commit is contained in:
parent
6350f1646e
commit
2313e3e554
@ -2,7 +2,8 @@ FROM python:3.6-stretch as base
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y --no-install-recommends \
|
||||
build-essential libxml2-utils git make gcc libtool libmhash-dev asciidoc
|
||||
build-essential libxml2-utils git make gcc libtool libmhash-dev \
|
||||
asciidoc asciidoc-dblatex
|
||||
|
||||
# Install deps
|
||||
RUN pip install snakeoil
|
||||
|
Loading…
Reference in New Issue
Block a user