Dockerfile 198 B

12345678910
  1. FROM alpine
  2. RUN apk -U upgrade
  3. RUN apk --no-cache add curl jq w3m \
  4. util-linux # for "columns" binary
  5. RUN curl -L "https://git.io/tmpmail" > tmpmail && chmod +x tmpmail
  6. RUN mv tmpmail /bin/