mirror of https://github.com/dswd/vpncloud.git
Use specific version of asciidoctor that works
This commit is contained in:
parent
8e40e74914
commit
ea5d515ffd
|
@ -1,7 +1,7 @@
|
||||||
FROM centos:7
|
FROM centos:7
|
||||||
|
|
||||||
RUN yum groupinstall -y 'Development Tools'
|
RUN yum groupinstall -y 'Development Tools'
|
||||||
RUN yum install -y ruby && gem install asciidoctor
|
RUN yum install -y ruby && gem install asciidoctor -v 2.0.10
|
||||||
|
|
||||||
ADD entrypoint.sh /entrypoint.sh
|
ADD entrypoint.sh /entrypoint.sh
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
FROM centos:7
|
FROM centos:7
|
||||||
|
|
||||||
RUN yum groupinstall -y 'Development Tools'
|
RUN yum groupinstall -y 'Development Tools'
|
||||||
RUN yum install -y ruby && gem install asciidoctor
|
RUN yum install -y ruby && gem install asciidoctor -v 2.0.10
|
||||||
|
|
||||||
RUN useradd -ms /bin/bash user
|
RUN useradd -ms /bin/bash user
|
||||||
USER user
|
USER user
|
||||||
|
|
Loading…
Reference in New Issue