lsup_rdf.Dockerfile 305 B

12345678910111213
  1. FROM archlinux:base-devel
  2. RUN pacman -Syu --noconfirm
  3. RUN pacman -S --noconfirm git python python-pip re2c lmdb xxhash
  4. ENV PREFIX /opt/lakesuperior/lsup_rdf
  5. WORKDIR $PREFIX
  6. RUN git clone --recurse-submodules https://git.knowledgetx.com/scossu/lsup_rdf.git src
  7. WORKDIR src
  8. RUN make install
  9. RUN make py