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:
-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