Add packages

This commit is contained in:
Ribbon 2023-05-11 17:07:57 +00:00 committed by Jeremy Soller
parent b8dd0cc8cb
commit 827ee06fd7
2 changed files with 24 additions and 4 deletions

View file

@ -40,7 +40,17 @@ RUN apt-get update \
python3-mako \
xxd \
rsync \
wget
wget \
python3 \
make \
xdg-utils \
zip \
unzip \
llvm \
clang \
perl \
lua \
luajit
# _UID_ must be replaced with the user's uid on host
# podman root is mapped to your user id on host during build,