Skip to content

Commit f00c802

Browse files
Update Dockerfile
1 parent 44210d2 commit f00c802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG location
44

55
RUN [ -z "${channel}" ] && echo "ARG channel is required" && exit 1 || true
66

7-
RUN yum -y install jq
7+
RUN yum -y install jq xz
88
RUN ARCH=$(uname -m) ; echo $ARCH \
99
; curl https://builds.coreos.fedoraproject.org/streams/${channel}.json -o stable.json && \
1010
cat stable.json | jq -r --arg arch "$ARCH" '.architectures[$arch].artifacts.qemu.release'

0 commit comments

Comments
 (0)