install less during build
This commit is contained in:
parent
5442b0f88f
commit
28f12915f6
|
@ -28,7 +28,8 @@ ARG __LC_ALL
|
|||
SHELL ["/bin/bash", "-c"]
|
||||
RUN export DEBIAN_FRONTEND=noninteractive \
|
||||
&& apt-get update \
|
||||
&& apt-get install -y locales \
|
||||
&& apt-get install -y less \
|
||||
locales \
|
||||
&& sed -i \
|
||||
-e "s/# ${__LANG} ${__CODESET}/${__LANG} ${__CODESET}/" \
|
||||
/etc/locale.gen \
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
apt-get update
|
||||
apt-get install -y \
|
||||
less \
|
||||
lsof \
|
||||
net-tools \
|
||||
parallel \
|
||||
|
|
Loading…
Reference in New Issue