Dockerfile 261 B

1234567891011
  1. FROM alpine:3.15.3
  2. RUN apk -U upgrade
  3. RUN apk --no-cache add curl jq w3m \
  4. xclip # doesnot work because it requires X server \
  5. util-linux # for "columns" binary
  6. RUN curl -L "https://git.io/tmpmail" > tmpmail && chmod +x tmpmail
  7. RUN mv tmpmail /bin/