Skip to content

Commit

Permalink
Update Dockerfile.stretch
Browse files Browse the repository at this point in the history
* download packages.key from packages server
  • Loading branch information
vitalyster authored Jan 23, 2019
1 parent 359a0b7 commit 3fb32ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.stretch
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ 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 apt-key adv --keyserver hkp://pool.sks-keyservers.net --recv-keys 1AFDEA51
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
Expand Down

0 comments on commit 3fb32ba

Please sign in to comment.