Ver Fonte

Merge pull request #67 from diggajupadhyay/master

'util-linux' package added for column utility
Siddharth Dushantha há 4 anos atrás
pai
commit
0d0df5f75b
1 ficheiros alterados com 2 adições e 3 exclusões
  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/