bootstrap-root: removed clang, apt-transport-https, added cargo
This commit is contained in:
parent
7561eff000
commit
afb11da53e
1 changed files with 1 additions and 2 deletions
|
@ -7,12 +7,11 @@ apt-get update \
|
||||||
&& apt-get dist-upgrade -y \
|
&& apt-get dist-upgrade -y \
|
||||||
&& apt-get install -y \
|
&& apt-get install -y \
|
||||||
apt-file \
|
apt-file \
|
||||||
apt-transport-https \
|
|
||||||
bash-completion \
|
bash-completion \
|
||||||
build-essential \
|
build-essential \
|
||||||
byobu \
|
byobu \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
clang \
|
cargo \
|
||||||
cmake \
|
cmake \
|
||||||
command-not-found \
|
command-not-found \
|
||||||
curl \
|
curl \
|
||||||
|
|
Loading…
Reference in a new issue