Skip to content
Snippets Groups Projects

kojicli needs python3-koji-cli-plugins

Merged Daniel Juarez Gonzalez requested to merge kojicli_plugins into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -3,7 +3,7 @@ FROM gitlab-registry.cern.ch/linuxsupport/c8-base:latest
COPY linuxsupport8-stable.repo /etc/yum.repos.d/
RUN dnf install -y epel-release \
&& dnf install -y koji krb5-workstation rpm-build \
&& dnf install -y koji python3-koji-cli-plugins krb5-workstation rpm-build \
&& dnf clean all
COPY koji.conf /etc/
Loading