We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3023c18 commit 1cbd558Copy full SHA for 1cbd558
Dockerfile
@@ -1,5 +1,6 @@
1
FROM almalinux:10
2
3
-RUN dnf -y install https://yum.voxpupuli.org/openvox8-release-el-$(rpm -E %rhel).noarch.rpm && \
+# hadolint ignore=DL3041
4
+RUN dnf -y install "https://yum.voxpupuli.org/openvox8-release-el-$(rpm -E %rhel).noarch.rpm" && \
5
dnf -y install openvox-agent && \
6
dnf clean all
0 commit comments