Skip to content

Commit 7e6321e

Browse files
committed
Install ruby as well since the Makefile shells out to ruby
1 parent f090bfc commit 7e6321e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rakelib/almalinux-8.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM almalinux:8
2-
RUN dnf install -y make gcc
2+
RUN dnf install -y make gcc ruby
33
ADD . /prism
44
WORKDIR /prism
55
RUN make

0 commit comments

Comments
 (0)