misc: podman updates

This commit is contained in:
Markus F.X.J. Oberhumer
2023-06-30 17:55:38 +02:00
parent 12c36bab6c
commit 16f6de677d
3 changed files with 53 additions and 4 deletions
@@ -39,7 +39,7 @@ RUN apt-get install -y \
# clang-14 and tools
clang-14 clang-format-14 clang-tidy-14 clang-tools-14 lldb-14 llvm-14 \
# QEMU and Wine
qemu-system qemu-user wine wine32 \
qemu-system qemu-user wine wine32:i386 wine64 \
# misc
gdb lsb-release valgrind \
&& true