Changeset - 440a7e17e5ef
[Not reviewed]
0 1 0
vitalyster - 7 years ago 2018-03-08 17:40:13
vitalyster@gmail.com
Update test container
1 file changed with 5 insertions and 3 deletions:
0 comments (0 inline, 0 general)
Dockerfile.stretch
Show inline comments
 
@@ -5,9 +5,11 @@ 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
 
RUN echo "deb http://packages.spectrum.im/spectrum2/ stretch main" | tee -a /etc/apt/sources.list
 
RUN echo "deb [trusted=yes] http://swift.im/packages/debian/sid beta main" | tee -a /etc/apt/sources.list
 
RUN apt-get update -qq --allow-unauthenticated
 
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 beta main" | tee -a /etc/apt/sources.list
 
RUN curl https://swift.im/keys/packages.key | sudo apt-key add -
 
RUN apt-key adv --keyserver hkp://pool.sks-keyservers.net --recv-keys 1AFDEA51
 
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
 
RUN git clone git://github.com/SpectrumIM/spectrum2.git && cd spectrum2
 
RUN cd spectrum2 && cmake -DCMAKE_BUILD_TYPE=Debug -DENABLE_TESTS=ON . && make
0 comments (0 inline, 0 general)