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>2019-01-28 16:41:43 +0300
committerVitaly Takmazov <vitalyster@gmail.com>2019-01-28 16:41:43 +0300
commite455c9b77b0a5c7d1a3175a52b84f5539f12c836 (patch)
treed4c949a755443037aea9eaccbfd1a10e0d027ca0
parent3720d05cd7e4fad75df6b824ef61834e6fcd8dd4 (diff)
Remove outdate files2.0.10.1
-rw-r--r--Dockerfile.stretch16
1 files changed, 0 insertions, 16 deletions
diff --git a/Dockerfile.stretch b/Dockerfile.stretch
deleted file mode 100644
index 1a96f721..00000000
--- a/Dockerfile.stretch
+++ /dev/null
@@ -1,16 +0,0 @@
-FROM debian:stretch
-
-ARG DEBIAN_FRONTEND=noninteractive
-ARG APT_LISTCHANGES_FRONTEND=none
-RUN echo force-confold | tee -a /etc/dpkg/dpkg.cfg
-RUN apt-get update -qq
-RUN apt-get install -y --force-yes apt-transport-https curl gnupg1
-RUN echo "deb https://packages.spectrum.im/spectrum2/ stretch main" | tee -a /etc/apt/sources.list
-RUN echo "deb https://swift.im/packages/debian/stretch release main" | tee -a /etc/apt/sources.list
-RUN curl https://swift.im/keys/packages.key | apt-key add -
-RUN curl https://packages.spectrum.im/packages.key | apt-key add -
-RUN apt-get update -qq
-RUN apt-get install -y --force-yes build-essential git cmake prosody ngircd python-sleekxmpp libswiften-dev libprotobuf-dev protobuf-compiler libpurple-dev libglib2.0-dev libdbus-glib-1-dev liblog4cxx10-dev libpopt-dev libboost-dev libboost-signals-dev libboost-system-dev libboost-thread-dev libboost-locale-dev libboost-filesystem-dev libboost-program-options-dev libboost-regex-dev libboost-date-time-dev libcppunit-dev libcommuni-dev libminiupnpc-dev libnatpmp-dev libssl-dev libcurl4-openssl-dev libidn11-dev libxml2-dev libsqlite3-dev libqt4-dev libjsoncpp-dev
-RUN git clone git://github.com/SpectrumIM/spectrum2.git && cd spectrum2
-RUN cd spectrum2 && cmake -DCMAKE_BUILD_TYPE=Debug -DENABLE_TESTS=ON . && make
-RUN cd spectrum2 && make extended_test