misc: update misc/rebuild-stubs-with-podman so that we can build

the full upx program in a container
This commit is contained in:
Markus F.X.J. Oberhumer
2022-10-05 16:07:12 +02:00
parent 17167d4905
commit 8fe83be87f
3 changed files with 6 additions and 3 deletions
@@ -6,7 +6,7 @@ argv0=$0; argv0abs="$(readlink -fn "$argv0")"; argv0dir="$(dirname "$argv0abs")"
# create the image from Dockerfile
# using a rootless Podman container
image=upx-stubtools-20210104-v1
image=upx-stubtools-20210104-v2
podman build -t "$image" -f "$argv0dir/Dockerfile" "$argv0dir"