Skip to content

Conversation

@bboerner
Copy link

@bboerner bboerner commented Oct 1, 2025

Using docker-compose_v3_ubuntu_pgsql_latest.yaml pinging a host or "detect operating system" will result in

sh: 1: sudo: not found

Adding sudo package then the error is,

sudo: a terminal is required to read the password; either use the -S option to read from standard input or configure an askpass helper
sudo: a password is required

See #1741.

@bboerner bboerner requested a review from dotneft as a code owner October 1, 2025 18:47
@dotneft
Copy link
Collaborator

dotneft commented Oct 2, 2025

Just remove sudo from the command.

@AdamN1
Copy link

AdamN1 commented Oct 20, 2025

Just remove sudo from the command.

On clean install from provided docker image it's not working. I understand that this isn't expected behavior.

This can be fixed to work out of the box by:

  1. sudo in the script, here we need to edit all scripts
  2. adding sudo to image

If there is some kind of problem with additional package provided in the docker image that image would work "out of the box" without forcing users to make change on the scripts please write.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants