Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
centos6 images: use our own pandoc repository
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Oct 31, 2016
1 parent cbf867a commit d09595f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions centos6-epel-rdt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,8 @@ RUN \

RUN echo "source /opt/rh/devtoolset-4/enable" >> /etc/bashrc

RUN \
curl -o /etc/yum.repos.d/rhub-pandoc-centos6.repo \
https://files.r-hub.io/pandoc/centos6/rhub-pandoc-centos6.repo

ENV RHUB_PLATFORM linux-x86_64-centos6-epel
4 changes: 4 additions & 0 deletions centos6-epel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@ RUN \
yum install -y epel-release && \
yum install -y xorg-x11-server-Xvfb R-devel valgrind qpdf gcc-gfortran

RUN \
curl -o /etc/yum.repos.d/rhub-pandoc-centos6.repo \
https://files.r-hub.io/pandoc/centos6/rhub-pandoc-centos6.repo

ENV RHUB_PLATFORM linux-x86_64-centos6-epel

0 comments on commit d09595f

Please sign in to comment.