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:02 +0300
committerVitaly Takmazov <vitalyster@gmail.com>2022-02-10 04:59:02 +0300
commitaa27e6ee5438b7297318594f73c58d93afbfd88c (patch)
tree84ae7bee50d6dd623ebdbded8c811e2d4759a25d
parent8d6617377aff4fd5f0e3668a9ac2847be345978e (diff)
Revert "Docker: add build-time Swiften dependencies"
This reverts commit 8d6617377aff4fd5f0e3668a9ac2847be345978e.
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 4e9623db..c5fae7c4 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 libnatpmp1 libminiupnpc17
+RUN apt-get install --no-install-recommends -y libssl-dev
# Spectrum 2
COPY . spectrum2/