dont check if docker is installed. it is

This commit is contained in:
2025-03-31 16:25:51 +00:00
parent 7cd771ad13
commit 2092430e6b

View File

@@ -19,10 +19,6 @@ class Postgres17Driver extends DatabaseDriver
)
{
$this->deploymentPlan = new Plan(steps: [
new Step(
name: 'Check docker is installed',
script: 'command -v docker >/dev/null 2>&1 || { echo >&2 "Docker is not installed. Aborting."; exit 1; }',
),
new Step(
name: 'Run the docker image',
secrets: [