test: Fix Podman build in Podman demo
For some reason, I now have to update some "vendored" dependencies on a fresh git clone, at least in my environment, before building. Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
parent
506b4ede55
commit
dfddfdd8f8
1 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,8 @@ host git am 0001-libpod-Add-pasta-networking-mode.patch
|
|||
sleep 1
|
||||
|
||||
say , and build it.
|
||||
host go get github.com/pkg/errors@v0.9.1
|
||||
host go mod vendor
|
||||
host make
|
||||
sleep 1
|
||||
|
||||
|
|
Loading…
Reference in a new issue