[ARVADOS-WORKBENCH2] updated: 2.4.0-9-ga9d377ba
Git user
git at public.arvados.org
Tue Apr 12 17:20:46 UTC 2022
Summary of changes:
docker/Dockerfile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
via a9d377ba93f19f1b4ebb389d3baa23b26ef0d860 (commit)
from 441e4724de4b3fb091a514cd1ac817c29952acd0 (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 a9d377ba93f19f1b4ebb389d3baa23b26ef0d860
Author: Ward Vandewege <ward at curii.com>
Date: Tue Apr 12 13:20:26 2022 -0400
Small tweaks for the package building dockerfile.
No issue #
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 6c3935c3..b93ebd50 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -12,8 +12,8 @@ RUN apt-get update && \
libpam0g-dev libgbm1 git && \
apt-get clean
-RUN gem install --no-ri --no-rdoc fpm
-RUN cd /usr/src && git clone https://git.arvados.org/arvados.git && \
+RUN /usr/bin/gem install --no-document fpm
+RUN cd /usr/src && git clone git://git.arvados.org/arvados.git && \
cd arvados && \
GO_VERSION=$(grep 'goversion =' lib/install/deps.go |awk -F'"' '{print $2}') && \
echo $GO_VERSION && \
@@ -25,6 +25,7 @@ RUN cd /usr/src && git clone https://git.arvados.org/arvados.git && \
ln -s /usr/local/bin/go-${GO_VERSION} /usr/local/bin/go && \
ln -s /usr/local/bin/gofmt-${GO_VERSION} /usr/local/bin/gofmt
+# preseed arvados build dependencies
RUN cd /usr/src/arvados && \
apt-get update && \
go mod download && \
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list