Browse Source

Added bsdutils for column

master
Drew Short 6 years ago
parent
commit
f858878e46
  1. 2
      Dockerfile

2
Dockerfile

@ -5,7 +5,9 @@ LABEL maintainer="Drew Short <warrick@sothr.com>"
RUN apt-get -y update \ RUN apt-get -y update \
&& apt-get -y --no-install-recommends install \ && apt-get -y --no-install-recommends install \
bash \ bash \
bsdmainutils \
jq \ jq \
util-linux \
&& rm -Rf /var/lib/apt/lists/* && rm -Rf /var/lib/apt/lists/*
WORKDIR /root WORKDIR /root
Loading…
Cancel
Save