Explorar el Código

apt-get update

Jorge Aparicio hace 8 años
padre
commit
a4077112be
Se han modificado 1 ficheros con 1 adiciones y 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