Run install python packages on Dockerfile – Debian
I'm new to Docker and currently trying to create a Dockerfile with installing the python packages and its libraries as shown here: FROM balenalib/fincm3-debian-python:latest # RUN install_packages git RUN apt-get update && apt-get install python && apt-get install pip3 apt-get…