Small changes that I noticed when diffing the files

This commit is contained in:
Livar Cunha 2016-05-26 23:33:37 -07:00
parent e634fedae8
commit 7963018d3d
6 changed files with 9 additions and 5 deletions

View file

@ -4,7 +4,7 @@
#
# Dockerfile that creates a container suitable to build dotnet-cli
FROM chcosta/dotnetcore:fedora23_prereqs
FROM fedora:23
# Install the base toolchain we need to build anything (clang, cmake, make and the like)
# this does not include libraries that we need to compile different projects, we'd like