Skip to content

Commit 5f7208b

Browse files
committed
Adding Vale to build tools
1 parent 485b746 commit 5f7208b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

asciidoc.Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,19 @@ ENV LANG=en_US.UTF-8
77
RUN gem install listen asciidoctor asciidoctor-diagram rouge ascii_binder && yum clean all
88

99
RUN yum update -y \
10-
&& yum install -y jq python3 \
10+
&& yum install -y jq python3 python3-devel \
1111
&& yum module reset nodejs -y \
1212
&& yum module install nodejs:18 -y \
13+
&& yum copr enable mczernek/vale -y \
14+
&& yum install vale -y \
1315
&& yum clean all
1416

1517
COPY ./aura.tar.gz /
1618

1719
ENV PYTHONUNBUFFERED=1
1820

1921
RUN python3 -m ensurepip \
20-
&& pip3 install --no-cache --upgrade pip setuptools wheel pyyaml lxml requests yamllint \
22+
&& python3 -m pip install --no-cache --upgrade pip setuptools wheel pyyaml lxml requests yamllint \
2123
&& pip3 install --no-cache-dir /aura.tar.gz \
2224
&& rm -rf /var/cache/yum /tmp/* /var/tmp/*
2325

0 commit comments

Comments
 (0)