We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd1bade commit 83d3475Copy full SHA for 83d3475
docker_test/Dockerfile
@@ -1,8 +1,7 @@
1
FROM XXXX
2
3
# Install packages dependencies
4
-RUN dnf -y update && \
5
- dnf clean all && \
+RUN dnf clean all && \
6
dnf -y install epel-release && \
7
dnf -y install dnf-plugins-core && \
8
dnf config-manager --set-enabled powertools && \
0 commit comments