Skip to content

Commit 7c7112a

Browse files
committed
Add libyaml-devel fixes #200
1 parent 769b66b commit 7c7112a

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)