Install python3-mako in the Dockerfile

This commit is contained in:
darosior 2019-07-23 10:19:37 +02:00 committed by Christian Decker
parent 6c335dfcc6
commit 97ff855f5a

View file

@ -11,6 +11,7 @@ RUN apk add --no-cache \
python \
python-dev \
python3 \
python3-mako \
sqlite-dev \
wget \
git \