mirror of
https://github.com/embarklabs/embark-docker.git
synced 2025-02-06 21:14:22 +00:00
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 \
|
||||
|
1
env/install-extras.sh
vendored
1
env/install-extras.sh
vendored
@ -2,7 +2,6 @@
|
||||
|
||||
apt-get update
|
||||
apt-get install -y \
|
||||
less \
|
||||
lsof \
|
||||
net-tools \
|
||||
parallel \
|
||||
|
Loading…
x
Reference in New Issue
Block a user