Skip to content

Commit

Permalink
Merge pull request #67 from diggajupadhyay/master
Browse files Browse the repository at this point in the history
'util-linux' package added for column utility
  • Loading branch information
sdushantha committed Feb 27, 2022
2 parents f080264 + 53a2fd8 commit 3ba416b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ FROM alpine

RUN apk -U upgrade

RUN apk --no-cache add curl jq w3m

RUN apk --no-cache add curl jq w3m \
util-linux # for "columns" binary

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


RUN mv tmpmail /bin/

0 comments on commit 3ba416b

Please sign in to comment.