Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SpectrumIM/spectrum2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitaly Takmazov <vitalyster@gmail.com>2022-02-10 04:59:07 +0300
committerVitaly Takmazov <vitalyster@gmail.com>2022-02-10 04:59:07 +0300
commit389d7797425b3669bbc36d5208f0a1b38ed14515 (patch)
tree9da4c91db2c4b7620b14e60c5734efc9c0efa075
parentaa27e6ee5438b7297318594f73c58d93afbfd88c (diff)
Revert "Docker: do not install unused packages"
This reverts commit 8844e05974bd30b4bfeea690fa0d70063dc6e36a.
-rw-r--r--Dockerfile3
1 files changed, 3 insertions, 0 deletions
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