Building Source · Need to retest docker commands
hamishwillee opened this issue · 2 comments
hamishwillee commented
Building Source > Building in Docker was written when we just had one Dockerfile in root. Now there are multiple files here: https://github.com/dronecore/DroneCore/tree/develop/docker
Need to confirm instructions still OK.
julianoes commented
Nice catch, there are now two dockerfiles: https://github.com/dronecore/DroneCore/tree/master/docker
One for Ubuntu and one for Fedora. To build you know need to specify which file:
docker build -f docker/Dockerfile-Fedora-27 -t my_image .
hamishwillee commented
Done!