From 389d7797425b3669bbc36d5208f0a1b38ed14515 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 10 Feb 2022 04:59:07 +0300 Subject: Revert "Docker: do not install unused packages" This reverts commit 8844e05974bd30b4bfeea690fa0d70063dc6e36a. --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index c5fae7c4..bcbfd69a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,10 @@ RUN curl https://packages.spectrum.im/packages.key | apt-key add - RUN apt-get update -qq RUN apt-get build-dep --no-install-recommends -y spectrum2 +RUN apt-get install --no-install-recommends -y libminiupnpc-dev libnatpmp-dev + RUN apt-get install --no-install-recommends -y cmake + #TODO include in Build-Depends RUN apt-get install --no-install-recommends -y libssl-dev -- cgit v1.2.3