Docker for a Robot Framework mobile

Hi,

I am learning docker and if I may say, I would like to say that the Docker for absolute Beginner video has been awesome. The method used is indeed an eye-opener. I have this challenge that I am struggling to solve. I have automated a mobile script in Robot Framework and I have followed the methods in the video. Right now, I haven’t created the Dockerfile, I have entered the terminal of the base image using docker run -it python:3.7-stretch I have been able to create my work space inside and even create a virtual environment inside. I have installed the Robot Framework appium library. My only challenge is installing appium, and the android SDK manager and starting both so that the script can be executed right inside the base image. how do achieve this?

hello @bhadmus,
please follow the tutorial in the following link to solve the problem: