Changeset - f772541aaf80
[Not reviewed]
alpine_image
0 1 0
Florian Kinder - 7 years ago 2018-12-01 11:39:11
florian.kinder@fankserver.com
No more warnings
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
Dockerfile-alpine
Show inline comments
 
@@ -45,7 +45,7 @@ RUN apk add --no-cache ca-certificates && \
 
	rm -rf swift-* && \
 

	
 
	cd spectrum2 && \
 
	cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -DLOG4CXX_INCLUDE_DIR=/opt/log4cxx/include -DLOG4CXX_LIBRARIES=/opt/log4cxx/lib/liblog4cxx.so -DSWIFTEN_INCLUDE_DIR=/opt/_swiften/include -DSWIFTEN_LIBRARY=/opt/_swiften/lib -DSWIFTEN_CONFIG_EXECUTABLE=/opt/_swiften/bin/swiften-config -DPQXX_INCLUDE_DIR=/opt/libpqxx/include -DPQXX_LIBRARY=/opt/libpqxx/lib/libpqxx.so -DPQ_LIBRARY=/opt/libpqxx/lib/libpqxx.so -DIRC_INCLUDE_DIR=/opt/libcommuni/include -DIRC_LIBRARY=/opt/libcommuni/lib/libIrcCore.so && \
 
	cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -DLOG4CXX_INCLUDE_DIR=/opt/log4cxx/include -DLOG4CXX_LIBRARIES=/opt/log4cxx/lib/liblog4cxx.so -DSWIFTEN_INCLUDE_DIR=/opt/_swiften/include -DSWIFTEN_LIBRARY=/opt/_swiften/lib -DSWIFTEN_CONFIG_EXECUTABLE=/opt/_swiften/bin/swiften-config -DPQXX_INCLUDE_DIR=/opt/libpqxx/include -DPQXX_LIBRARY=/opt/libpqxx/lib/libpqxx.so -DPQ_LIBRARY=/opt/libpqxx/lib/libpqxx.so -DQT_INCLUDE_DIR=/opt/libcommuni/include -DQT_LIBRARY_DIR=/opt/libcommuni/lib -DIRC_MODEL_LIBRARY=/opt/libcommuni/lib/libIrcModel.so && \
 
	make && \
 
	make install && \
 
	cd .. && \
0 comments (0 inline, 0 general)