1 # Copyright (C) The Arvados Authors. All rights reserved.
3 # SPDX-License-Identifier: AGPL-3.0
5 FROM rockylinux:8.8-minimal
6 MAINTAINER Arvados Package Maintainers <packaging@arvados.org>
8 # Install dependencies.
9 RUN microdnf --assumeyes module enable httpd:2.4 postgresql:10 python39:3.9 ruby:3.1 \
10 && microdnf --assumeyes --enablerepo=devel install \
41 RUN touch /var/lib/rpm/* && \
42 echo "gem: --no-document" >> ~/.gemrc && \
43 gem install --conservative --version '>= 2.4.0' bundler
45 COPY localrepo.repo /etc/yum.repos.d/localrepo.repo