Revert "KASM-6904 Print env"

This reverts commit be265fa9ee4396cd8ac25473341393b7eb3036ae.
This commit is contained in:
Dmitry Maksyoma 2025-03-09 17:21:47 +13:00
parent 896e66de3e
commit fc79c216f5
No known key found for this signature in database

View File

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