mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 05:12:45 +01:00
remove unnecessary software package from arm Dockerfile
This commit is contained in:
parent
323e4f6288
commit
39fa486cb2
@ -10,7 +10,7 @@ FROM debian:stretch-slim as downloader
|
||||
RUN set -ex \
|
||||
&& apt-get update \
|
||||
&& apt-get install -qq --no-install-recommends ca-certificates dirmngr wget \
|
||||
qemu qemu-user-static qemu-user binfmt-support
|
||||
qemu-user-static binfmt-support
|
||||
|
||||
WORKDIR /opt
|
||||
|
||||
|
@ -10,7 +10,7 @@ FROM debian:stretch-slim as downloader
|
||||
RUN set -ex \
|
||||
&& apt-get update \
|
||||
&& apt-get install -qq --no-install-recommends ca-certificates dirmngr wget \
|
||||
qemu qemu-user-static qemu-user binfmt-support
|
||||
qemu-user-static binfmt-support
|
||||
|
||||
WORKDIR /opt
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user