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