Installation issue

After using the automated docker-compose method installation ends up like this:

Press <ENTER> to install or Ctrl-C to abort.
[+] Running 3/3
 ⠿ Network firezone_firezone-network  Created 0.1s
 ⠿ Volume "firezone_postgres-data"    Created 0.0s
 ⠿ Container firezone-postgres-1      Started 0.7ss
[+] Running 1/0
 ⠿ Container firezone-postgres-1  Running 0.0s
[+] Running 1/0
 ⠿ Container firezone-postgres-1  Running 0.0s
[+] Running 3/3
 ⠿ Container firezone-postgres-1  Running 0.0s
 ⠿ Container firezone-firezone-1  Started 0.8ss
 ⠿ Container firezone-caddy-1     Started 0.2ss
sudo: Waiting: command not found

OS: Ubuntu 22.04 LTS
Docker version: 23
Docker compose: v2.16

Our install script assumes you have sudo installed. Either install it with apt install sudo or use the manual installation method.