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:51:45 +0300
committerVitaly Takmazov <vitalyster@gmail.com>2022-02-10 04:51:45 +0300
commit8d6617377aff4fd5f0e3668a9ac2847be345978e (patch)
tree3ad9dc74df8f290133c255a876e71c56fd073275
parent8844e05974bd30b4bfeea690fa0d70063dc6e36a (diff)
Docker: add build-time Swiften dependencies
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index c5fae7c4..4e9623db 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -13,7 +13,7 @@ RUN apt-get update -qq
RUN apt-get build-dep --no-install-recommends -y spectrum2
RUN apt-get install --no-install-recommends -y cmake
#TODO include in Build-Depends
-RUN apt-get install --no-install-recommends -y libssl-dev
+RUN apt-get install --no-install-recommends -y libssl-dev libnatpmp1 libminiupnpc17
# Spectrum 2
COPY . spectrum2/