Dockerfile now uses python:3.6 image while Dockerfile.armhf uses
debian. Python image is officially supported in ARM archtecture hence,
the now both dockerfiles differs only on dockerbins.tgz file version.
May we use environmental variables to select dockerbins.tgz?
Signed-off-by: Josenivaldo Benito Jr <jrbenito@benito.qsl.br>
Added a new Dockerfile (Dockerfile.armhf) specific for ARM 32 bit.
The Dockerfile was updated compare to default one:
- Base image is armhf/debian instead of debian
- Docker binary is downloaded with the correct arch (although it does not
seems to be used)
Signed-off-by: Jean-Christophe Berthon <huygens@berthon.eu>