Dockerfile 226 B

1234567891011121314
  1. FROM ubuntu
  2. RUN apt-get update
  3. RUN apt-get upgrade -y
  4. RUN apt-get install -y curl jq w3m \
  5. bsdmainutils # for "columns" binary
  6. RUN curl -L "https://git.io/tmpmail" > tmpmail && chmod +x tmpmail
  7. RUN mv tmpmail /bin/