[arvados] updated: 2.5.0-210-g4d2004fc4
git repository hosting
git at public.arvados.org
Thu Mar 2 02:51:31 UTC 2023
Summary of changes:
build/package-build-dockerfiles/debian11/Dockerfile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
via 4d2004fc4b35fc7e29073228173bd96d9c88ff95 (commit)
from 1071f4f96fcb2084424c4b29dd5915880c650254 (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 4d2004fc4b35fc7e29073228173bd96d9c88ff95
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Wed Mar 1 21:51:07 2023 -0500
Add workaround for 'ffi' build in debian11 package container
no issue #
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/build/package-build-dockerfiles/debian11/Dockerfile b/build/package-build-dockerfiles/debian11/Dockerfile
index 8951f0780..7e3c6ac5f 100644
--- a/build/package-build-dockerfiles/debian11/Dockerfile
+++ b/build/package-build-dockerfiles/debian11/Dockerfile
@@ -48,7 +48,8 @@ RUN /usr/bin/pip3 install 'virtualenv<20'
# Install RVM
ADD generated/mpapis.asc /tmp/
ADD generated/pkuczynski.asc /tmp/
-RUN gpg --import --no-tty /tmp/mpapis.asc && \
+RUN ln -s /bin/mkdir /usr/bin/mkdir && \
+ gpg --import --no-tty /tmp/mpapis.asc && \
gpg --import --no-tty /tmp/pkuczynski.asc && \
curl -L https://get.rvm.io | bash -s stable && \
/usr/local/rvm/bin/rvm install 2.7 -j $(grep -c processor /proc/cpuinfo) && \
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list