We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0314e4b commit 17ea58bCopy full SHA for 17ea58b
1 file changed
Dockerfile
@@ -6,7 +6,7 @@ ENV TARGETARCH=${TARGETARCH}
6
7
# Install system packages and jq first
8
RUN dnf update -y && \
9
- dnf install --allowerasing -y coreutils && \
+ dnf install --allowerasing -y coreutils findutils && \
10
rm /var/cache/dnf/*.solv* && \
11
curl -sL -o /usr/bin/jq https://github.com/jqlang/jq/releases/download/jq-${JQ_VERSION}/jq-linux-${TARGETARCH} && \
12
chmod +x /usr/bin/jq
0 commit comments