ソースを参照

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