1 # Copyright (C) The Arvados Authors. All rights reserved.
3 # SPDX-License-Identifier: AGPL-3.0
6 MAINTAINER Arvados Package Maintainers <packaging@arvados.org>
8 ENV DEBIAN_FRONTEND noninteractive
10 # Install dependencies
11 RUN apt-get update && \
12 apt-get -y install --no-install-recommends curl ca-certificates gpg procps gpg-agent ruby ruby-dev && \
13 echo "gem: --no-document" >> /etc/gemrc && \
14 gem install --conservative --version '>= 2.4.0' bundler && \
15 mkdir -p /etc/udev/disabled && \
16 echo "deb file:///arvados/packages/debian12/ /" >>/etc/apt/sources.list