Browse Source

Install python3-mako in the Dockerfile

pull/2938/head
darosior 6 years ago
committed by Christian Decker
parent
commit
97ff855f5a
  1. 1
      Dockerfile

1
Dockerfile

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

Loading…
Cancel
Save