The goal is to keep the container rather minimal (i.e. no Selenium and web
drivers). Typical use-case is testing on hardware on firmware / system level
with the RTE.
When much more dependencies will be needed for the specific project, it is
worth considering to use the 3mdeb/rf-docker as a base image, instead of
expanding it further.
docker pull 3mdeb/yocto-docker./build.shRefer to the docker-release-manager
Typical run command would look like:
docker run --rm -it -v ${PWD}:${PWD} -w ${PWD} 3mdeb/rf-docker "ROBOT_OPTIONS"