File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,15 @@ ARG HPCTS_VERSION=latest
3
3
FROM --platform=linux/amd64 ubccr/hpcts:slurm-${HPCTS_VERSION} as stage-amd64
4
4
RUN dnf install -y https://yum.osc.edu/ondemand/3.0/ondemand-release-web-3.0-1.noarch.rpm
5
5
RUN dnf install -y netcat ondemand ondemand-dex
6
+ RUN gem install rdoc -v 6.3.3
6
7
7
8
FROM --platform=linux/arm64 ubccr/hpcts:slurm-${HPCTS_VERSION} as stage-arm64
8
9
RUN dnf install -y file lsof sudo gcc gcc-c++ git \
9
10
patch lua-posix rsync ruby ruby-devel python2 python3 \
10
11
nodejs sqlite sqlite-devel nmap-ncat httpd httpd-devel mod_ssl \
11
12
libcurl-devel autoconf openssl-devel jansson-devel libxml2-devel \
12
13
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
14
15
COPY . /build
15
16
RUN /build/install-dex-arm64.sh
16
17
RUN /build/install-passenger-arm64.sh
You can’t perform that action at this time.
0 commit comments