contrib: remove no longer needed packages after bitcoin#23909

This commit is contained in:
Kittywhiskers Van Gogh 2023-06-12 11:50:35 +00:00 committed by PastaPastaPasta
parent 51675eef1d
commit a283002d97
2 changed files with 0 additions and 6 deletions

View File

@ -64,13 +64,10 @@ RUN apt-get update && apt-get install $APT_ARGS \
g++-9-multilib \ g++-9-multilib \
g++-arm-linux-gnueabihf \ g++-arm-linux-gnueabihf \
g++-mingw-w64-x86-64 \ g++-mingw-w64-x86-64 \
imagemagick \
jq \ jq \
libcap-dev \ libcap-dev \
librsvg2-bin \
libz-dev \ libz-dev \
libbz2-dev \ libbz2-dev \
libtiff-tools \
libncurses5 \ libncurses5 \
nsis \ nsis \
python3-zmq \ python3-zmq \

View File

@ -13,13 +13,10 @@ packages:
- "git" - "git"
- "pkg-config" - "pkg-config"
- "autoconf" - "autoconf"
- "librsvg2-bin"
- "libtiff-tools"
- "libtool" - "libtool"
- "automake" - "automake"
- "faketime" - "faketime"
- "bsdmainutils" - "bsdmainutils"
- "imagemagick"
- "libcap-dev" - "libcap-dev"
- "libz-dev" - "libz-dev"
- "libbz2-dev" - "libbz2-dev"