Add installing libyaml-cpp-dev to docker/Dockerfile.base #291
Reference in New Issue
Block a user
Delete Branch "matthewgiarra/dockerfile.base-add-libyaml-cpp-dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When building docker base image (from
docker/Dockerfile.base), cmake was failing with the following:Adding
RUN apt-get update && apt-get install -y libyaml-cpp-devtoDockerfile.basefixed the issue.