install firejail via --no-install-recommends
these recommendation bring x bindings with them...
This commit is contained in:
parent
e302e49a3e
commit
05ffd31b13
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,6 @@ apt-get update \
|
|||
cmake \
|
||||
command-not-found \
|
||||
curl \
|
||||
firejail \
|
||||
elinks \
|
||||
git \
|
||||
golang-go \
|
||||
|
@ -34,6 +33,8 @@ apt-get update \
|
|||
software-properties-common \
|
||||
tig \
|
||||
zsh \
|
||||
&& apt-get install --no-install-recommends -y \
|
||||
firejail \
|
||||
&& apt-file update
|
||||
|
||||
# node related
|
||||
|
|
Loading…
Reference in a new issue