contrib/packaging/docker/centos8
branchstable
changeset 47049 25d36300ba8e
parent 47048 9b8f326731ac
child 48371 aeeb54261099
equal deleted inserted replaced
47048:9b8f326731ac 47049:25d36300ba8e
    11 	python3-docutils \
    11 	python3-docutils \
    12 	rpm-build
    12 	rpm-build
    13 
    13 
    14 # For creating repo meta data
    14 # For creating repo meta data
    15 RUN yum install -y createrepo
    15 RUN yum install -y createrepo
       
    16 
       
    17 # For rust extensions
       
    18 RUN yum install -y cargo