first build

This commit is contained in:
leetthewire 2022-04-14 16:41:39 -07:00
parent e9f44ffcc6
commit c19f34570d
2 changed files with 5 additions and 5 deletions

View file

@ -162,7 +162,7 @@ bool ContainerProps::isSupportedByCurrentPlatform(DockerContainer c)
}
#elif defined (Q_OS_LINUX)
return false;
return true;
#else
return false;