Browse Source

Add python-mako to the arm32 build

pull/2938/head
nicolas.dorier 5 years ago
committed by Rusty Russell
parent
commit
6cf42fe6c1
  1. 2
      contrib/linuxarm32v7.Dockerfile

2
contrib/linuxarm32v7.Dockerfile

@ -48,7 +48,7 @@ RUN mkdir /opt/litecoin && cd /opt/litecoin \
FROM debian:stretch-slim as builder FROM debian:stretch-slim as builder
ENV LIGHTNINGD_VERSION=master ENV LIGHTNINGD_VERSION=master
RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates autoconf automake build-essential git libtool python python3 wget gnupg dirmngr git \ RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates autoconf automake build-essential git libtool python python3 python3-mako wget gnupg dirmngr git \
libc6-armhf-cross gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf libc6-armhf-cross gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf
ENV target_host=arm-linux-gnueabihf ENV target_host=arm-linux-gnueabihf

Loading…
Cancel
Save