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 \
python-dev \ python-dev \
python3 \ python3 \
python3-mako \
sqlite-dev \ sqlite-dev \
wget \ wget \
git \ git \