misc: add misc/test-qemu-with-podman

This commit is contained in:
Markus F.X.J. Oberhumer
2023-07-08 18:14:41 +02:00
parent 682a1e97e4
commit 6981f7b3ae
11 changed files with 277 additions and 1 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ RUN cd /root \
# create default user upx 2000:2000
RUN useradd upx -U --uid 2000 --shell /bin/bash -m \
&& cd /home/upx && chmod 700 . \
&& cd /home/upx && chmod 00700 . \
# prepare ~/.cache and ~/.local for possible tmpfs mounts
&& mkdir -p .cache .local src/upx \
&& for d in ccache fontconfig go-build mesa_shader_cache tmp wine zig; do mkdir -p .cache/$d; done \