Quantcast
Channel: Issue installing scons in Dockerfile -- No match for argumet scons using yum - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by Adiii for Issue installing scons in Dockerfile -- No match for...

I am not sure if this something to do with the base image, but this docker image is base on centos7 and it seems working. FROM centos:centos7.6.1810 RUN yum update -y RUN yum -y install epel-release...

View Article



Issue installing scons in Dockerfile -- No match for argumet scons using yum

I am trying to create a docker image from centos that uses scons. The simple Dockerfile I am trying right now is: FROM centos:latest USER root RUN yum update -y RUN yum -y install scons however, when...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images