ci: Explicitely install python-mako

It seems the dependencies have changes and now this needs to be
specified explicitely.

Signed-off-by: Gert Wollny <gert.wollny@collabora.com>
macos/master
Gert Wollny 6 years ago
parent de99a34adf
commit 3dc64e50ef
  1. 1
      ci/Dockerfile

@ -56,6 +56,7 @@ RUN apt-get -y install ca-certificates && \
psmisc \
python-numpy \
python-six \
python-mako \
python3-pip \
python3-setuptools \
python3-six \

Loading…
Cancel
Save