Skip to content

Commit 769b66b

Browse files
authored
Merge pull request #199 from johrstrom/ood-jc-fix
install rdoc 6.3.3 for job composer
2 parents 90363c7 + 647697c commit 769b66b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ondemand/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@ ARG HPCTS_VERSION=latest
33
FROM --platform=linux/amd64 ubccr/hpcts:slurm-${HPCTS_VERSION} as stage-amd64
44
RUN dnf install -y https://yum.osc.edu/ondemand/3.0/ondemand-release-web-3.0-1.noarch.rpm
55
RUN dnf install -y netcat ondemand ondemand-dex
6+
RUN gem install rdoc -v 6.3.3
67

78
FROM --platform=linux/arm64 ubccr/hpcts:slurm-${HPCTS_VERSION} as stage-arm64
89
RUN dnf install -y file lsof sudo gcc gcc-c++ git \
910
patch lua-posix rsync ruby ruby-devel python2 python3 \
1011
nodejs sqlite sqlite-devel nmap-ncat httpd httpd-devel mod_ssl \
1112
libcurl-devel autoconf openssl-devel jansson-devel libxml2-devel \
1213
libxslt-devel gd-devel libaio-devel libyaml-devel
13-
RUN gem install rake dotenv bcrypt
14+
RUN gem install rake dotenv bcrypt && gem install rdoc -v 6.3.3
1415
COPY . /build
1516
RUN /build/install-dex-arm64.sh
1617
RUN /build/install-passenger-arm64.sh

0 commit comments

Comments
 (0)