Skip to content

Commit 538e1ef

Browse files
Do not require pkg pinning in Containerfile (#4346)
This patch ensures that "hadolint", a tool to lint Dockerfiles/Containerfiles, does not report any errors or warnings. For the usecase of the container image, unpinned native packages are fine.
1 parent dc5cf3f commit 538e1ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
FROM quay.io/fedora/fedora:42
22

3+
# hadolint ignore=DL3041
34
RUN dnf group install -y development-tools && \
45
dnf install -y \
56
gcc-c++ \

0 commit comments

Comments
 (0)