final tweaks

This commit is contained in:
John Bintz 2020-04-10 10:08:44 -04:00
parent 129a8befa2
commit f4c4310d00
2 changed files with 1 additions and 2 deletions

View File

@ -2762,7 +2762,6 @@ usr/bin/npm
usr/bin/python usr/bin/python
usr/bin/python2.7 usr/bin/python2.7
usr/bin/ruby usr/bin/ruby
usr/bin/strace
usr/bin/sudo usr/bin/sudo
usr/bin/touch usr/bin/touch
usr/bin/yes usr/bin/yes

View File

@ -9,7 +9,7 @@ export HUGO_VERSION=0.69.0
export NODE_VERSION=10 export NODE_VERSION=10
apt-get update apt-get update
apt-get install -y git strace apt-get install -y git
# First, get capnproto from master and install it to # First, get capnproto from master and install it to
# /usr/local/bin. This requires a C++ compiler. We opt for clang # /usr/local/bin. This requires a C++ compiler. We opt for clang