Sync repos before package install
This commit is contained in:
parent
085c0da90d
commit
f75417dc71
1 changed files with 3 additions and 0 deletions
3
build.sh
3
build.sh
|
|
@ -8,6 +8,9 @@ RELEASE="$(rpm -E %fedora)"
|
|||
### Add repos
|
||||
rpm-ostree install https://download.docker.com/linux/fedora/docker-ce.repo
|
||||
|
||||
### Refresh repos
|
||||
rpm-ostree refresh-md
|
||||
|
||||
### Install packages
|
||||
|
||||
# Packages can be installed from any enabled yum repo on the image.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue