[arvados-workbench2] updated: 2.7.0-161-gd6e1bed0
git repository hosting
git at public.arvados.org
Tue Oct 17 22:46:24 UTC 2023
Summary of changes:
docker/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via d6e1bed0231cbc4df31b0ff31aeff1c2550dc54a (commit)
from 2632b8921233b8ddf6036e7fe293c686788eba88 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit d6e1bed0231cbc4df31b0ff31aeff1c2550dc54a
Author: Lucas Di Pentima <lucas.dipentima at curii.com>
Date: Tue Oct 17 19:45:54 2023 -0300
21118: Adds non-interactive options to 'apt-get upgrade' call
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima at curii.com>
diff --git a/docker/Dockerfile b/docker/Dockerfile
index a5f373c0..cac8cfc6 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -7,7 +7,7 @@ LABEL maintainer="Arvados Package Maintainers <packaging at arvados.org>"
RUN echo deb http://deb.debian.org/debian bullseye-backports main >> /etc/apt/sources.list.d/backports.list
RUN apt-get update && \
- apt-get upgrade && \
+ apt-get -y upgrade -o Acquire::Retries=6 && \
apt-get -yq --no-install-recommends -o Acquire::Retries=6 install \
libsecret-1-0 libsecret-1-dev rpm ruby ruby-dev rubygems build-essential \
libpam0g-dev libgbm1 git && \
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list