Sign inSign up

sptrakesh/xlnt

By sptrakesh

•Updated 4 days ago

Alpine image with https://github.com/tfussell/xlnt

Image
0

4.3K

sptrakesh/xlnt repository overview

FROM sptrakesh/cppbase
ENV VERSION=1.5.0

WORKDIR /opt
#RUN git clone https://github.com/tfussell/xlnt.git --branch v${VERSION} --depth 1 \
RUN git clone https://github.com/beached/xlnt.git --branch patch-1 --depth 1 --recursive \
  && cd xlnt \
  && mkdir build && cd build \
  && cmake -DSTATIC=ON -DTESTS=OFF \
    -DCMAKE_PREFIX_PATH=/opt/local \
    -DCMAKE_INSTALL_PREFIX=/opt/local \
    -DCMAKE_INSTALL_LIBDIR=lib .. \
  && make -j4 \
  && make install

FROM sptrakesh/cppbase
MAINTAINER Rakesh Vidyadharan <[email protected]>
ENV VERSION=1.5.0

WORKDIR /opt
COPY --from=0 /opt/local local

Tag summary

Content type

Image

Digest

sha256:e2eb7d6bc…

Size

214.4 MB

Last updated

4 days ago

docker pull sptrakesh/xlnt