File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1- FROM alpine
1+ FROM alpine:3.15.3
22
33RUN apk -U upgrade
44
55RUN apk --no-cache add curl jq w3m \
6+ xclip # doesnot work because it requires X server \
67 util-linux # for "columns" binary
78
89RUN curl -L "https://git.io/tmpmail" > tmpmail && chmod +x tmpmail
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ use the `--browser` argument followed by the command needed to launch the web br
1919- ` w3m `
2020- ` curl `
2121- [ ` jq ` ] ( https://github.com/stedolan/jq )
22+ - ` xclip `
2223
2324## Installation
2425### Install locally
@@ -58,7 +59,7 @@ requirements:
5859
5960``` bash
6061$ docker build -t mail . ; # Dockerfile available in source code
61- $ docker run -it mail /bin/bash ;
62+ $ docker run -it mail;
6263```
6364
6465## Usage
You can’t perform that action at this time.
0 commit comments