Skip to content

Commit

Permalink
Added asciidoctor to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dswd committed Jun 3, 2020
1 parent a3a7e6c commit 689d00b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build-deb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update \
libc6-dev-armhf-cross \
libc6-dev-i386 \
gcc-5-multilib \
ruby-ronn \
asciidoctor \
&& rm -rf /var/cache/dpkg

RUN ln -s asm-generic/ /usr/include/asm
Expand Down
4 changes: 1 addition & 3 deletions .github/actions/build-rpm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
FROM centos:7

RUN yum groupinstall -y 'Development Tools'

RUN yum-config-manager --add-repo http://springdale.math.ias.edu/data/puias/computational/7/x86_64 \
&& yum install --nogpgcheck -y rubygem-ronn
RUN yum install -y ruby && gem install asciidoctor

ADD entrypoint.sh /entrypoint.sh

Expand Down

0 comments on commit 689d00b

Please sign in to comment.