Skip to content

Commit

Permalink
chore: docker: rocky: enable powertools/crb
Browse files Browse the repository at this point in the history
  • Loading branch information
M0Rf30 committed May 13, 2024
1 parent 68a63a1 commit 5822c2d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/deploy/rocky-8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,11 @@ RUN \
dnf -y install \
bash-completion \
ca-certificates \
dnf-plugins-core \
rpm-build \
sudo; \
dnf config-manager --enable devel; \
dnf config-manager --enable powertools; \
yap completion bash > /etc/bash_completion.d/yap; \
echo "source /usr/share/bash-completion/bash_completion" >> /etc/bashrc; \
dnf clean all
Expand Down
3 changes: 3 additions & 0 deletions build/deploy/rocky-9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,11 @@ RUN \
dnf -y install \
bash-completion \
ca-certificates \
dnf-plugins-core \
rpm-build \
sudo; \
dnf config-manager --enable crb; \
dnf config-manager --enable devel; \
yap completion bash > /etc/bash_completion.d/yap; \
echo "source /usr/share/bash-completion/bash_completion" >> /etc/bashrc; \
dnf clean all
Expand Down

0 comments on commit 5822c2d

Please sign in to comment.