浏览代码

Merge pull request #67 from diggajupadhyay/master

'util-linux' package added for column utility
Siddharth Dushantha 4 年之前
父节点
当前提交
0d0df5f75b
共有 1 个文件被更改,包括 2 次插入3 次删除
  1. 2 3
      Dockerfile

+ 2 - 3
Dockerfile

@@ -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/