chore: fix docker detection

This commit is contained in:
Umut
2022-02-08 17:01:47 +03:00
parent a1d39abae3
commit 80dab677b1

View File

@@ -12,7 +12,7 @@ isDockerBuildkit(){
}
isDockerContainer(){
[[ -e ./dockerenv ]]
[[ -e /.dockerenv ]]
}
LINUX_INSTALL_PYTHON=0