A few fixes:
[arvados-k8s.git] / dockerfiles / bootstrap.sh
index c236b8027af42309a4521a4500ab7e949b575836..cfdc8c43792fb2ae34f728b02a7ce2a5bc4c0293 100755 (executable)
@@ -33,11 +33,11 @@ if [[ "$RESET_NGINX_DAEMON_FLAG" == true ]]; then
 fi
 
 if [[ "$debs" != "" ]]; then
-  apt-get -qqy install $debs
+  apt-get -qqy --allow-downgrades install $debs
   if [[ "$?" != "0" ]]; then
     # Maybe we need to update the apt cache first?
     apt-get update
-    apt-get -qqy install $debs
+    apt-get -qqy --allow-downgrades install $debs
   fi
 fi