X-Git-Url: https://git.arvados.org/arvados-k8s.git/blobdiff_plain/7476771320cb5f13e3fc43a1354a98d0d92598c4..abea4a84dc14bc6e2a2a7e8b00e87a8a4e51d6f7:/dockerfiles/bootstrap.sh diff --git a/dockerfiles/bootstrap.sh b/dockerfiles/bootstrap.sh index c236b80..cfdc8c4 100755 --- a/dockerfiles/bootstrap.sh +++ b/dockerfiles/bootstrap.sh @@ -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