mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-10 01:24:30 +01:00
contrib: add mako requirement to docker files.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -29,6 +29,7 @@ RUN apt-get -qq update && \
|
||||
python3 \
|
||||
valgrind \
|
||||
net-tools \
|
||||
python3-mako \
|
||||
python3-pip \
|
||||
python3-setuptools \
|
||||
python-pkg-resources \
|
||||
@@ -66,4 +67,4 @@ RUN pip3 install --upgrade pip && \
|
||||
tqdm==4.26.0 \
|
||||
pytest-test-groups==1.0.3 \
|
||||
flake8==3.5.0 \
|
||||
pytest-rerunfailures==3.1
|
||||
pytest-rerunfailures==3.1
|
||||
|
||||
@@ -13,6 +13,7 @@ RUN dnf update -y && \
|
||||
libsq3-devel \
|
||||
python2-devel \
|
||||
python3-devel \
|
||||
python3-mako \
|
||||
python3-pip \
|
||||
python3-setuptools \
|
||||
redhat-lsb \
|
||||
|
||||
@@ -29,6 +29,7 @@ RUN apt-get -qq update && \
|
||||
python3 \
|
||||
valgrind \
|
||||
net-tools \
|
||||
python3-mako \
|
||||
python3-pip \
|
||||
python3-setuptools \
|
||||
python-pkg-resources \
|
||||
|
||||
Reference in New Issue
Block a user