Skip to content

Commit 46d8b3f

Browse files
authored
Merge pull request #202 from ubccr/fix-200
Add libyaml-devel fixes #200
2 parents 769b66b + 7c7112a commit 46d8b3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ondemand/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG HPCTS_VERSION=latest
22

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
5-
RUN dnf install -y netcat ondemand ondemand-dex
5+
RUN dnf install -y netcat ondemand ondemand-dex libyaml-devel
66
RUN gem install rdoc -v 6.3.3
77

88
FROM --platform=linux/arm64 ubccr/hpcts:slurm-${HPCTS_VERSION} as stage-arm64

0 commit comments

Comments
 (0)