Explorar o código

Merge pull request #67 from diggajupadhyay/master

'util-linux' package added for column utility
Siddharth Dushantha %!s(int64=4) %!d(string=hai) anos
pai
achega
3ba416b930
Modificáronse 1 ficheiros con 2 adicións e 3 borrados
  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/