Skip to content

Commit 1cbd558

Browse files
committed
Fixes for hadolint
1 parent 3023c18 commit 1cbd558

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
FROM almalinux:10
22

3-
RUN dnf -y install https://yum.voxpupuli.org/openvox8-release-el-$(rpm -E %rhel).noarch.rpm && \
3+
# hadolint ignore=DL3041
4+
RUN dnf -y install "https://yum.voxpupuli.org/openvox8-release-el-$(rpm -E %rhel).noarch.rpm" && \
45
dnf -y install openvox-agent && \
56
dnf clean all

0 commit comments

Comments
 (0)