Skip to content

Commit 4ca0fc7

Browse files
authored
Merge pull request #70 from diggajupadhyay/master
Dockerfile & Readme updated
2 parents 2e6b3b8 + d8053f4 commit 4ca0fc7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
FROM alpine
1+
FROM alpine:3.15.3
22

33
RUN apk -U upgrade
44

55
RUN apk --no-cache add curl jq w3m \
6+
xclip # doesnot work because it requires X server \
67
util-linux # for "columns" binary
78

89
RUN curl -L "https://git.io/tmpmail" > tmpmail && chmod +x tmpmail

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)