mkovacina / sweep

1 stars 0 forks source link

Docker build #3

Closed mkovacina closed 4 years ago

mkovacina commented 4 years ago

Issue #2

Setup a basic build environment with Docker using Alpine Linux. Volume mounting is used to get the source code into the container. The commands to build and run the container were added to the main readme. No editor was selected at this time for the base image as it is assumed that an external editor will be used.

Work may have been incomplete in the trace code thus I needed to change vprintf("\n") to puts("") in order to address compiler warnings.