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 \
|
cmake \
|
||||||
command-not-found \
|
command-not-found \
|
||||||
curl \
|
curl \
|
||||||
firejail \
|
|
||||||
elinks \
|
elinks \
|
||||||
git \
|
git \
|
||||||
golang-go \
|
golang-go \
|
||||||
|
@ -34,6 +33,8 @@ apt-get update \
|
||||||
software-properties-common \
|
software-properties-common \
|
||||||
tig \
|
tig \
|
||||||
zsh \
|
zsh \
|
||||||
|
&& apt-get install --no-install-recommends -y \
|
||||||
|
firejail \
|
||||||
&& apt-file update
|
&& apt-file update
|
||||||
|
|
||||||
# node related
|
# node related
|
||||||
|
|
Loading…
Reference in a new issue