Explorar o código

apt-get update

Jorge Aparicio %!s(int64=8) %!d(string=hai) anos
pai
achega
a4077112be
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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