Skip to content

Commit 9c15cde

Browse files
authored
Merge pull request #116 from dustymabe/dusty-ostree-importer-reset-ostree
coreos-ostree-importer: use latest ostree from stable repos
2 parents 88f808f + c283463 commit 9c15cde

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

coreos-ostree-importer/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ RUN dnf update -y
1111
RUN dnf -y install \
1212
fedora-messaging \
1313
python-requests \
14-
https://kojipkgs.fedoraproject.org/packages/ostree/2020.3/5.fc32/x86_64/ostree-2020.3-5.fc32.x86_64.rpm \
15-
https://kojipkgs.fedoraproject.org/packages/ostree/2020.3/5.fc32/x86_64/ostree-libs-2020.3-5.fc32.x86_64.rpm \
14+
ostree \
1615
strace
1716

1817
# Configure a umask of 0002 which will allow for the group permissions

0 commit comments

Comments
 (0)