I have followed this https://www.openscg.com/bigsql/package-manager/ but on last command how to give password
I want to install pg96 by pgc .
Every thing worked fine pgc is installed in my syatem but when i want to install pg96 it is giving error and clue.
Step 18/19 : RUN ./pgc start pg96 ---> Running in 00938b13380c
Initializing pg96
Step 18/19 : RUN ./pgc start pg96
---> Running in 00938b13380c
## Initializing pg96 #######################
/usr/lib64/python2.7/getpass.py:83: GetPassWarning: Can not control echo on the terminal.
passwd = fallback_getpass(prompt, stream)
Warning: Password input may be echoed.
Superuser Password [password]: Traceback (most recent call last):
File "/bigsql/pg96/init-pg96.py", line 112, in <module>
pg_password = util.get_superuser_passwd()
File "/bigsql/hub/scripts/util.py", line 1344, in get_superuser_passwd
pg_pass1 = getpass.getpass(str("Superuser Password [password]: "))
File "/usr/lib64/python2.7/getpass.py", line 83, in unix_getpass
passwd = fallback_getpass(prompt, stream)
File "/usr/lib64/python2.7/getpass.py", line 118, in fallback_getpass
return _raw_input(prompt, stream)
File "/usr/lib64/python2.7/getpass.py", line 135, in _raw_input
raise EOFError
EOFError
When i am doing ./pgc start pg96
It is asking for password how can i give password as i am using docker file.