fix: add --needed to initial makepkg call
This commit is contained in:
parent
298504a031
commit
91b97ebcbf
2 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ repositories. After the image has been created, each repository returned by
|
|||
previously created image as a base. Each container goes through the following steps:
|
||||
|
||||
1. The repository is cloned
|
||||
2. `makepkg --nobuild --syncdeps --noconfirm` is ran to update the `pkgver` variable inside
|
||||
2. `makepkg --nobuild --syncdeps --needed --noconfirm` is ran to update the `pkgver` variable inside
|
||||
the `PKGBUILD` file
|
||||
3. A HEAD request is sent to the Vieter server to check whether the specific
|
||||
version of the package is already present. If it is, the container exits.
|
||||
|
|
|
|||
Reference in a new issue