ソースを参照

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/