short dev test

This commit is contained in:
CanbiZ 2025-06-25 14:05:31 +02:00
parent 4c22017471
commit 6e0a6dc688

View File

@ -13,29 +13,29 @@ setting_up_container
network_check network_check
update_os update_os
setup_imagemagick # setup_imagemagick
msg_info "Installing Dependencies" # msg_info "Installing Dependencies"
$STD apt-get install -y \ # $STD apt-get install -y \
assimp-utils \ # assimp-utils \
calibre \ # calibre \
dcraw \ # dcraw \
dvisvgm \ # dvisvgm \
ffmpeg \ # ffmpeg \
inkscape \ # inkscape \
libva2 \ # libva2 \
libvips-tools \ # libvips-tools \
lmodern \ # lmodern \
mupdf-tools \ # mupdf-tools \
pandoc \ # pandoc \
poppler-utils \ # poppler-utils \
potrace \ # potrace \
python3-numpy \ # python3-numpy \
texlive \ # texlive \
texlive-fonts-recommended \ # texlive-fonts-recommended \
texlive-latex-extra \ # texlive-latex-extra \
texlive-latex-recommended \ # texlive-latex-recommended \
texlive-xetex # texlive-xetex
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"
NODE_VERSION=22 NODE_MODULE="bun" setup_nodejs NODE_VERSION=22 NODE_MODULE="bun" setup_nodejs