Changeset - 1be455d6fbb9
[Not reviewed]
0 1 0
Jan Kaluza - 10 years ago 2015-12-11 07:55:04
jkaluza@redhat.com
Include skypeweb in Docker image
1 file changed with 7 insertions and 0 deletions:
0 comments (0 inline, 0 general)
Dockerfile
Show inline comments
 
@@ -22,6 +22,13 @@ RUN dnf install protobuf protobuf swiften gcc gcc-c++ make libpqxx-devel libpurp
 
	make install && \
 
	cd .. && \
 
	rm -rf purple-facebook* && \
 
	echo "---> Installing skype4pidgin" && \
 
	git clone git://github.com/EionRobb/skype4pidgin.git && \
 
	cd skype4pidgin/skypeweb && \
 
	make && \
 
	make install && \
 
	cd ../.. && \
 
	rm -rf skype4pidgin && \
 
	echo "---> cleanup" && \
 
	rm -rf /usr/share/locale/* && \
 
	rm -rf /usr/share/doc/* && \
0 comments (0 inline, 0 general)