Selaa lähdekoodia

apt-get update

Jorge Aparicio 8 vuotta sitten
vanhempi
commit
a4077112be
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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