- FROM alpine:latest
- RUN apk update
- RUN apk add -t devtools build-base git
- RUN apk add util-linux-dev re2c python3 python3-dev py3-pip
- WORKDIR /opt/lakesuperior/lsup_rdf
- RUN git clone --recurse-submodules https://git.knowledgetx.com/scossu/lsup_rdf.git src
- WORKDIR src
- RUN make install
- RUN make py
|