[ARVADOS] updated: 2.1.0-536-gd137df8c3

Git user git at public.arvados.org
Fri Mar 26 20:14:25 UTC 2021


Summary of changes:
 build/package-build-dockerfiles/ubuntu2004/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  d137df8c3b8aff7085c9ff5e7a423f56a5e9a736 (commit)
      from  3b9e0f6918bfe0546bf547ccdf4da6bd52222448 (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 d137df8c3b8aff7085c9ff5e7a423f56a5e9a736
Author: Ward Vandewege <ward at curii.com>
Date:   Fri Mar 26 16:13:37 2021 -0400

    Due to the mimemagic gem changes, shared-mime-info is now a build
    dependency; only on ubuntu 20.04 is it not a dependency that is already
    pulled in by another package.
    
    No issue #
    
    Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>

diff --git a/build/package-build-dockerfiles/ubuntu2004/Dockerfile b/build/package-build-dockerfiles/ubuntu2004/Dockerfile
index 51bd85231..3ed17e981 100644
--- a/build/package-build-dockerfiles/ubuntu2004/Dockerfile
+++ b/build/package-build-dockerfiles/ubuntu2004/Dockerfile
@@ -8,7 +8,7 @@ MAINTAINER Arvados Package Maintainers <packaging at arvados.org>
 ENV DEBIAN_FRONTEND noninteractive
 
 # Install dependencies.
-RUN /usr/bin/apt-get update && /usr/bin/apt-get install -q -y python3 python3-pip libcurl4-gnutls-dev libgnutls28-dev curl git libattr1-dev libfuse-dev libpq-dev unzip tzdata python3-venv python3-dev libpam-dev
+RUN /usr/bin/apt-get update && /usr/bin/apt-get install -q -y python3 python3-pip libcurl4-gnutls-dev libgnutls28-dev curl git libattr1-dev libfuse-dev libpq-dev unzip tzdata python3-venv python3-dev libpam-dev shared-mime-info
 
 # Install virtualenv
 RUN /usr/bin/pip3 install 'virtualenv<20'

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list