소스 검색

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