Skip to content

Commit c51063d

Browse files
author
Oleg Bulatov
authored
Merge pull request #6 from modassarrana89/XZ_package_install
xz package is added in dockerfile
2 parents 44210d2 + 6eedc98 commit c51063d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Builder Image
22

33
```
4-
docker build --build-arg channel=stable --build-arg version=current -t quay.io/quay/quay-builder-qemu-coreos:staging .
4+
docker build --build-arg channel=stable -t quay.io/quay/quay-builder-qemu-coreos:staging .
55
```

0 commit comments

Comments
 (0)