Skip to content

Commit 65b5137

Browse files
committed
Adding podman to build image toolset
1 parent 3de0d6f commit 65b5137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asciidoc.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN gem install ascii_binder && \
1313
asciidoctor -v
1414

1515
RUN yum update -y \
16-
&& yum install -y jq python3 python3-devel \
16+
&& yum install -y jq python3 python3-devel podman \
1717
&& yum module reset nodejs -y \
1818
&& yum module install nodejs:18 -y \
1919
&& yum clean all

0 commit comments

Comments
 (0)