KASM-6904 Print env

This commit is contained in:
Dmitry Maksyoma 2025-03-08 17:25:43 +13:00
parent 5435696dc7
commit be265fa9ee
No known key found for this signature in database

View file

@ -21,6 +21,8 @@ if [ "$L_UID" = 0 ]; then
L_GID=1000
fi
echo "woo"
env
builder_image=kasmvnc_apkbuilder_${os}:${os_codename}
docker build -t $builder_image \
--build-arg KASMVNC_ALPINE_PRIVATE_KEY \