Skip to content
Snippets Groups Projects
Commit 2ed00a8d authored by Carl Boettiger's avatar Carl Boettiger
Browse files

patch bug in tex path, fixes #101

parent 9e88d8a2
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,8 @@ GROUPID=${GROUPID:=1000}
ROOT=${ROOT:=FALSE}
UMASK=${UMASK:=022}
## Make sure RStudio inherits the full path
echo "PATH=${PATH}" >> /usr/local/lib/R/etc/Renviron
bold=$(tput bold)
normal=$(tput sgr0)
......
......@@ -8,6 +8,8 @@ GROUPID=${GROUPID:=1000}
ROOT=${ROOT:=FALSE}
UMASK=${UMASK:=022}
## Make sure RStudio inherits the full path
echo "PATH=${PATH}" >> /usr/local/lib/R/etc/Renviron
bold=$(tput bold)
normal=$(tput sgr0)
......
......@@ -8,6 +8,8 @@ GROUPID=${GROUPID:=1000}
ROOT=${ROOT:=FALSE}
UMASK=${UMASK:=022}
## Make sure RStudio inherits the full path
echo "PATH=${PATH}" >> /usr/local/lib/R/etc/Renviron
bold=$(tput bold)
normal=$(tput sgr0)
......
......@@ -8,6 +8,8 @@ GROUPID=${GROUPID:=1000}
ROOT=${ROOT:=FALSE}
UMASK=${UMASK:=022}
## Make sure RStudio inherits the full path
echo "PATH=${PATH}" >> /usr/local/lib/R/etc/Renviron
bold=$(tput bold)
normal=$(tput sgr0)
......
......@@ -8,6 +8,8 @@ GROUPID=${GROUPID:=1000}
ROOT=${ROOT:=FALSE}
UMASK=${UMASK:=022}
## Make sure RStudio inherits the full path
echo "PATH=${PATH}" >> /usr/local/lib/R/etc/Renviron
bold=$(tput bold)
normal=$(tput sgr0)
......
......@@ -8,6 +8,8 @@ GROUPID=${GROUPID:=1000}
ROOT=${ROOT:=FALSE}
UMASK=${UMASK:=022}
## Make sure RStudio inherits the full path
echo "PATH=${PATH}" >> /usr/local/lib/R/etc/Renviron
bold=$(tput bold)
normal=$(tput sgr0)
......
......@@ -8,6 +8,8 @@ GROUPID=${GROUPID:=1000}
ROOT=${ROOT:=FALSE}
UMASK=${UMASK:=022}
## Make sure RStudio inherits the full path
echo "PATH=${PATH}" >> /usr/local/lib/R/etc/Renviron
bold=$(tput bold)
normal=$(tput sgr0)
......
......@@ -8,6 +8,8 @@ GROUPID=${GROUPID:=1000}
ROOT=${ROOT:=FALSE}
UMASK=${UMASK:=022}
## Make sure RStudio inherits the full path
echo "PATH=${PATH}" >> /usr/local/lib/R/etc/Renviron
bold=$(tput bold)
normal=$(tput sgr0)
......
......@@ -8,6 +8,8 @@ GROUPID=${GROUPID:=1000}
ROOT=${ROOT:=FALSE}
UMASK=${UMASK:=022}
## Make sure RStudio inherits the full path
echo "PATH=${PATH}" >> /usr/local/lib/R/etc/Renviron
bold=$(tput bold)
normal=$(tput sgr0)
......
......@@ -8,6 +8,8 @@ GROUPID=${GROUPID:=1000}
ROOT=${ROOT:=FALSE}
UMASK=${UMASK:=022}
## Make sure RStudio inherits the full path
echo "PATH=${PATH}" >> /usr/local/lib/R/etc/Renviron
bold=$(tput bold)
normal=$(tput sgr0)
......
......@@ -8,6 +8,8 @@ GROUPID=${GROUPID:=1000}
ROOT=${ROOT:=FALSE}
UMASK=${UMASK:=022}
## Make sure RStudio inherits the full path
echo "PATH=${PATH}" >> /usr/local/lib/R/etc/Renviron
bold=$(tput bold)
normal=$(tput sgr0)
......
......@@ -8,6 +8,8 @@ GROUPID=${GROUPID:=1000}
ROOT=${ROOT:=FALSE}
UMASK=${UMASK:=022}
## Make sure RStudio inherits the full path
echo "PATH=${PATH}" >> /usr/local/lib/R/etc/Renviron
bold=$(tput bold)
normal=$(tput sgr0)
......
......@@ -46,6 +46,7 @@ RUN wget "https://travis-bin.yihui.name/texlive-local.deb" \
&& chown -R root:staff /opt/TinyTeX \
&& chmod -R g+w /opt/TinyTeX \
&& chmod -R g+wx /opt/TinyTeX/bin \
&& echo "PATH=${PATH}" >> /usr/local/lib/R/etc/Renviron \
## Currently (2017-06-06) need devel PKI for ssl issue: https://github.com/s-u/PKI/issues/19
&& install2.r --error --repo http://rforge.net PKI \
## And some nice R packages for publishing-related stuff
......
......@@ -46,6 +46,7 @@ RUN wget "https://travis-bin.yihui.name/texlive-local.deb" \
&& chown -R root:staff /opt/TinyTeX \
&& chmod -R g+w /opt/TinyTeX \
&& chmod -R g+wx /opt/TinyTeX/bin \
&& echo "PATH=${PATH}" >> /usr/local/lib/R/etc/Renviron \
## Currently (2017-06-06) need devel PKI for ssl issue: https://github.com/s-u/PKI/issues/19
&& install2.r --error --repo http://rforge.net PKI \
## And some nice R packages for publishing-related stuff
......
......@@ -46,6 +46,7 @@ RUN wget "https://travis-bin.yihui.name/texlive-local.deb" \
&& chown -R root:staff /opt/TinyTeX \
&& chmod -R g+w /opt/TinyTeX \
&& chmod -R g+wx /opt/TinyTeX/bin \
&& echo "PATH=${PATH}" >> /usr/local/lib/R/etc/Renviron \
## Currently (2017-06-06) need devel PKI for ssl issue: https://github.com/s-u/PKI/issues/19
&& install2.r --error --repo http://rforge.net PKI \
## And some nice R packages for publishing-related stuff
......
......@@ -46,6 +46,7 @@ RUN wget "https://travis-bin.yihui.name/texlive-local.deb" \
&& chown -R root:staff /opt/TinyTeX \
&& chmod -R g+w /opt/TinyTeX \
&& chmod -R g+wx /opt/TinyTeX/bin \
&& echo "PATH=${PATH}" >> /usr/local/lib/R/etc/Renviron \
## Currently (2017-06-06) need devel PKI for ssl issue: https://github.com/s-u/PKI/issues/19
&& install2.r --error --repo http://rforge.net PKI \
## And some nice R packages for publishing-related stuff
......
......@@ -46,6 +46,7 @@ RUN wget "https://travis-bin.yihui.name/texlive-local.deb" \
&& chown -R root:staff /opt/TinyTeX \
&& chmod -R g+w /opt/TinyTeX \
&& chmod -R g+wx /opt/TinyTeX/bin \
&& echo "PATH=${PATH}" >> /usr/local/lib/R/etc/Renviron \
## Currently (2017-06-06) need devel PKI for ssl issue: https://github.com/s-u/PKI/issues/19
&& install2.r --error --repo http://rforge.net PKI \
## And some nice R packages for publishing-related stuff
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment