Update from upstream #11
@ -7,10 +7,12 @@ LABEL \
|
|||||||
|
|
||||||
RUN dnf -y update && dnf -y install \
|
RUN dnf -y update && dnf -y install \
|
||||||
findutils \
|
findutils \
|
||||||
|
libmodulemd \
|
||||||
git \
|
git \
|
||||||
koji \
|
koji \
|
||||||
make \
|
make \
|
||||||
python3-createrepo_c \
|
python3-createrepo_c \
|
||||||
|
python3-gobject-base \
|
||||||
python3-tox \
|
python3-tox \
|
||||||
python3-urlgrabber \
|
python3-urlgrabber \
|
||||||
&& dnf clean all
|
&& dnf clean all
|
||||||
|
@ -5,13 +5,15 @@ LABEL \
|
|||||||
vendor="Pungi developers" \
|
vendor="Pungi developers" \
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
|
||||||
RUN yum -y update && yum -y install \
|
RUN yum -y update && yum -y install epel-release && yum -y install \
|
||||||
git \
|
git \
|
||||||
|
libmodulemd2 \
|
||||||
make \
|
make \
|
||||||
python3 \
|
python3 \
|
||||||
|
python-createrepo_c \
|
||||||
|
python-gobject-base \
|
||||||
python-gssapi \
|
python-gssapi \
|
||||||
python-libcomps \
|
python-libcomps \
|
||||||
python-createrepo_c \
|
|
||||||
pykickstart \
|
pykickstart \
|
||||||
&& yum clean all
|
&& yum clean all
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user