浏览代码

apt-get update

Jorge Aparicio 8 年之前
父节点
当前提交
a4077112be
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      ci/install.sh

+ 1 - 0
ci/install.sh

@@ -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