Explorar el Código

Merge pull request #67 from diggajupadhyay/master

'util-linux' package added for column utility
Siddharth Dushantha hace 4 años
padre
commit
0d0df5f75b
Se han modificado 1 ficheros con 2 adiciones y 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/