final tweaks
This commit is contained in:
parent
129a8befa2
commit
f4c4310d00
|
@ -2762,7 +2762,6 @@ usr/bin/npm
|
|||
usr/bin/python
|
||||
usr/bin/python2.7
|
||||
usr/bin/ruby
|
||||
usr/bin/strace
|
||||
usr/bin/sudo
|
||||
usr/bin/touch
|
||||
usr/bin/yes
|
||||
|
|
|
@ -9,7 +9,7 @@ export HUGO_VERSION=0.69.0
|
|||
export NODE_VERSION=10
|
||||
|
||||
apt-get update
|
||||
apt-get install -y git strace
|
||||
apt-get install -y git
|
||||
|
||||
# First, get capnproto from master and install it to
|
||||
# /usr/local/bin. This requires a C++ compiler. We opt for clang
|
||||
|
|
Loading…
Reference in New Issue