# Lakesuperior Docker images For testing the installation environment of Lakesuperior libraries or build software upon them. Based on [Arch Linux](https://archlinux.org/). C and Python libraries are installed. ## Usage ``` docker build -f lsup_rdf.Dockerfile -t lsup_rdf:latest . docker run -it lsup_rdf:latest bash ``` ## TODO Add lsup_repo when viable.