From 2313e3e55449f84444b2e01395535e1eb3b39ae8 Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Sun, 25 Nov 2018 23:15:27 +0100 Subject: [PATCH] Add dep. --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f895f0d..7de65f2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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