1
0
mirror of https://github.com/upx/upx.git synced 2025-08-11 22:52:30 +08:00

misc: add misc/rebuild-stubs-with-podman to add upx-4.0.0

This commit is contained in:
Markus F.X.J. Oberhumer
2022-10-28 20:03:30 +02:00
parent 3e4c5bab72
commit 5763518cce
3 changed files with 13 additions and 11 deletions

View File

@ -6,7 +6,7 @@ argv0=$0; argv0abs="$(readlink -fn "$argv0")"; argv0dir="$(dirname "$argv0abs")"
# run an interactive shell in the image
# using a rootless Podman container
image=upx-stubtools-20210104-v5
image=upx-stubtools-20210104-v6
flags=( -ti --read-only --rm )
flags+=( --cap-drop=all ) # drop all capabilities