Skip to content

Commit 17ea58b

Browse files
committed
📦 build(docker): add findutils to dockerfile
- include findutils package for enhanced command-line utilities
1 parent 0314e4b commit 17ea58b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ENV TARGETARCH=${TARGETARCH}
66

77
# Install system packages and jq first
88
RUN dnf update -y && \
9-
dnf install --allowerasing -y coreutils && \
9+
dnf install --allowerasing -y coreutils findutils && \
1010
rm /var/cache/dnf/*.solv* && \
1111
curl -sL -o /usr/bin/jq https://github.com/jqlang/jq/releases/download/jq-${JQ_VERSION}/jq-linux-${TARGETARCH} && \
1212
chmod +x /usr/bin/jq

0 commit comments

Comments
 (0)