From d8cf4c5d13e0ef66bebb49adb8588b8330846172 Mon Sep 17 00:00:00 2001 From: Luck Is With Me Date: Mon, 28 Feb 2022 01:11:34 +0800 Subject: [PATCH] 'util-linux' pkg added to display the column --- Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index f89079c..bf2c759 100644 --- a/Dockerfile +++ b/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/