lspf
lspf copied to clipboard
docker base image "arch-devel" is missing
I'm unable to use docker to build LSPF. The base image used in the Dockerfile, "arch-devel", is missing.
in case you're still trying to build this, i got the docker build running by making these changes:
FROM archlinux
LABEL maintainer="[email protected]"
RUN yes | pacman -Syu
RUN yes | pacman -S svn gcc git make cmake boost ncurses
WORKDIR /