branch | stable |
changeset 47344 | 9b8f326731ac |
parent 45935 | eccbfa7e19c0 |
child 47464 | 25d36300ba8e |
47343:9f798c1b0d89 | 47344:9b8f326731ac |
---|---|
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 |