Compare commits
1 Commits
btcpaymast
...
fix/docker
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
801edfb6f2 |
@ -96,7 +96,7 @@ RUN ./configure --prefix=/tmp/lightning_install --enable-static && make -j3 DEVE
|
|||||||
FROM arm32v7/debian:stretch-slim as final
|
FROM arm32v7/debian:stretch-slim as final
|
||||||
COPY --from=downloader /usr/bin/qemu-arm-static /usr/bin/qemu-arm-static
|
COPY --from=downloader /usr/bin/qemu-arm-static /usr/bin/qemu-arm-static
|
||||||
COPY --from=downloader /opt/tini /usr/bin/tini
|
COPY --from=downloader /opt/tini /usr/bin/tini
|
||||||
RUN apt-get update && apt-get install -y --no-install-recommends socat inotify-tools \
|
RUN apt-get update && apt-get install -y --no-install-recommends socat inotify-tools python3 python3-pip \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
ENV LIGHTNINGD_DATA=/root/.lightning
|
ENV LIGHTNINGD_DATA=/root/.lightning
|
||||||
|
|||||||
@ -95,7 +95,7 @@ RUN ./configure --prefix=/tmp/lightning_install --enable-static && make -j3 DEVE
|
|||||||
FROM arm64v8/debian:stretch-slim as final
|
FROM arm64v8/debian:stretch-slim as final
|
||||||
COPY --from=downloader /usr/bin/qemu-aarch64-static /usr/bin/qemu-aarch64-static
|
COPY --from=downloader /usr/bin/qemu-aarch64-static /usr/bin/qemu-aarch64-static
|
||||||
COPY --from=downloader /opt/tini /usr/bin/tini
|
COPY --from=downloader /opt/tini /usr/bin/tini
|
||||||
RUN apt-get update && apt-get install -y --no-install-recommends socat inotify-tools \
|
RUN apt-get update && apt-get install -y --no-install-recommends socat inotify-tools python3 python3-pip \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
ENV LIGHTNINGD_DATA=/root/.lightning
|
ENV LIGHTNINGD_DATA=/root/.lightning
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user