Passing user provided docker build argument to python program – CentOS
I am trying to take user input as build argument for Dockerfile and trying to pass the same to python program. Here is my use case : Dockerfile : FROM centos:7 USER root RUN yum install -y python36-devel python36-pip ARG…