Jorge Aparicio vor 8 Jahren
Ursprung
Commit
a4077112be
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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