install firejail via --no-install-recommends

these recommendation bring x bindings with them...
This commit is contained in:
Tobias Schmidl 2019-03-18 06:51:32 +01:00
parent e302e49a3e
commit 05ffd31b13

View file

@ -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