Skip to content

Commit 3ba416b

Browse files
authored
Merge pull request #67 from diggajupadhyay/master
'util-linux' package added for column utility
2 parents f080264 + 53a2fd8 commit 3ba416b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@ FROM alpine
22

33
RUN apk -U upgrade
44

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

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

10-
1110
RUN mv tmpmail /bin/

0 commit comments

Comments
 (0)