apt-get update

master
Jorge Aparicio 2016-08-08 21:32:12 -05:00
parent 4b453fbd0a
commit a4077112be
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ set -ex
install_deps() {
if [[ ${DOCKER} == "i" ]]; then
apt-get update
apt-get install -y --no-install-recommends \
ca-certificates curl
fi