Changeset - c3e0d550bc37
[Not reviewed]
0 1 0
Florian Kinder - 7 years ago 2018-12-01 10:29:59
florian.kinder@fankserver.com
lastest_stable is still unstable
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
Dockerfile
Show inline comments
 
@@ -10,25 +10,24 @@ RUN apk add --no-cache ca-certificates && \
 
    cd /usr/src/ && \
 

	
 
    wget https://github.com/communi/libcommuni/archive/v3.5.0.tar.gz -O libcommuni-3.5.0.tar.gz && \
 
    tar xfz libcommuni-*.tar.gz && \
 
    cd libcommuni-* && \
 
    ./configure && \
 
    make && \
 
    make install && \
 
    cd .. && rm -rf libcommuni-* && \
 

	
 
    git clone git://git.apache.org/logging-log4cxx.git && \
 
    cd logging-log4cxx && \
 
    git checkout latest_stable && \
 
    ./autogen.sh && \
 
    ./configure && \
 
    make && \
 
    make install && \
 
    cd .. && rm -rf logging-log4cxx && \
 

	
 
    wget http://pqxx.org/download/software/libpqxx/libpqxx-4.0.1.tar.gz && \
 
    cd libpqxx-* && \
 
    ./autogen.sh && \
 
    make && \
 
    make install && \
 
    cd .. && rm -rf libpqxx-* && \
0 comments (0 inline, 0 general)