ARG BUILD_FROM FROM ${BUILD_FROM} ENV LANG C.UTF-8 COPY run.py / RUN chmod a+x /run.py RUN pip3 install --upgrade minio CMD [ "/run.py" ]