Create dummy makefile to avoid error for non existing docker/Makefile during build.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2018-06-05 03:41:01 -04:00
parent e8798abc78
commit bdf2bfcd12

View File

@@ -92,6 +92,8 @@ RUN pip install -r requirements/build.txt
ENV LC_ALL C.UTF-8
RUN touch docker/Makefile
RUN make wheel
RUN chmod 777 dist -R