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() { install_deps() {
if [[ ${DOCKER} == "i" ]]; then if [[ ${DOCKER} == "i" ]]; then
apt-get update
apt-get install -y --no-install-recommends \ apt-get install -y --no-install-recommends \
ca-certificates curl ca-certificates curl
fi fi