Browse Source

contrib: add mako requirement to docker files.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
pull/2938/head
Rusty Russell 6 years ago
parent
commit
403c054c4e
  1. 1
      contrib/Dockerfile.builder
  2. 1
      contrib/Dockerfile.builder.fedora
  3. 1
      contrib/Dockerfile.builder.i386

1
contrib/Dockerfile.builder

@ -29,6 +29,7 @@ RUN apt-get -qq update && \
python3 \ python3 \
valgrind \ valgrind \
net-tools \ net-tools \
python3-mako \
python3-pip \ python3-pip \
python3-setuptools \ python3-setuptools \
python-pkg-resources \ python-pkg-resources \

1
contrib/Dockerfile.builder.fedora

@ -13,6 +13,7 @@ RUN dnf update -y && \
libsq3-devel \ libsq3-devel \
python2-devel \ python2-devel \
python3-devel \ python3-devel \
python3-mako \
python3-pip \ python3-pip \
python3-setuptools \ python3-setuptools \
redhat-lsb \ redhat-lsb \

1
contrib/Dockerfile.builder.i386

@ -29,6 +29,7 @@ RUN apt-get -qq update && \
python3 \ python3 \
valgrind \ valgrind \
net-tools \ net-tools \
python3-mako \
python3-pip \ python3-pip \
python3-setuptools \ python3-setuptools \
python-pkg-resources \ python-pkg-resources \

Loading…
Cancel
Save