Просмотр исходного кода

alpine doesn't use /bin/bash therefore removed

Diggaj Upadhyay 3 лет назад
Родитель
Сommit
d8053f4b6b
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -19,6 +19,7 @@ use the `--browser` argument followed by the command needed to launch the web br
 - `w3m`
 - `w3m`
 - `curl`
 - `curl`
 - [`jq`](https://github.com/stedolan/jq)
 - [`jq`](https://github.com/stedolan/jq)
+- `xclip`
 
 
 ## Installation
 ## Installation
 ### Install locally
 ### Install locally
@@ -58,7 +59,7 @@ requirements:
 
 
 ```bash                                                                                        
 ```bash                                                                                        
 $ docker build -t mail .; # Dockerfile available in source code
 $ docker build -t mail .; # Dockerfile available in source code
-$ docker run -it mail /bin/bash; 
+$ docker run -it mail;
 ```   
 ```   
 
 
 ## Usage
 ## Usage