Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to avoid input requests to do a silent install? #269

Open
realtebo opened this issue Mar 29, 2024 · 0 comments
Open

How to avoid input requests to do a silent install? #269

realtebo opened this issue Mar 29, 2024 · 0 comments

Comments

@realtebo
Copy link

I'm using your excellent package to install redis inside a docker

It works, but I'd like to avoid some seconds of wait while pickle is waiting for me to reply y
Of course, when building an image, there is no point to do and to wait for this

# php pickle.phar install redis
  - Installing redis (latest-stable): Downloading (100%)         
+-----------------------------------+--------+
| Package name                      | redis  |
| Package version (current release) | 6.0.2  |
| Package status                    | stable |
+-----------------------------------+--------+
use system liblzf (default: ): 
use system libzstd (default: ): 
use system liblz4 (default: ): 
whether to enable sessions (default: yes): 
whether to enable json serializer support (default: yes): 
whether to enable igbinary serializer support (default: no): 
whether to enable msgpack serializer support (default: no): 
whether to enable lzf compression (default: no): 
whether to enable Zstd compression (default: no): 
whether to enable lz4 compression (default: no): 

# # #

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

No branches or pull requests

1 participant