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:
authorvitalyster <vitalyster@gmail.com>2022-02-10 04:38:58 +0300
committerGitHub <noreply@github.com>2022-02-10 04:38:58 +0300
commit8844e05974bd30b4bfeea690fa0d70063dc6e36a (patch)
tree84ae7bee50d6dd623ebdbded8c811e2d4759a25d /Dockerfile
parent307232302d8c3e505d85e2147ca165d25d96d951 (diff)
Docker: do not install unused packages
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Dockerfile b/Dockerfile
index bcbfd69a..c5fae7c4 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -11,10 +11,7 @@ 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