Skip to content

Commit d8cf4c5

Browse files
'util-linux' pkg added to display the column
1 parent 6e44140 commit d8cf4c5

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)