Current code
This commit is contained in:
32
Dockerfile
Normal file
32
Dockerfile
Normal file
@@ -0,0 +1,32 @@
|
||||
FROM jenkins/inbound-agent:latest
|
||||
|
||||
USER root
|
||||
|
||||
RUN apt-get update --yes && \
|
||||
apt-get upgrade --yes && \
|
||||
apt-get install --yes --no-install-recommends \
|
||||
bzip2 \
|
||||
libcurl4-openssl-dev \
|
||||
libssl-dev \
|
||||
build-essential \
|
||||
libxml2-dev \
|
||||
r-base \
|
||||
r-base-dev \
|
||||
libopenblas-base \
|
||||
texlive-base \
|
||||
texlive-xetex \
|
||||
texinfo \
|
||||
curl \
|
||||
texlive-fonts-recommended \
|
||||
pandoc \
|
||||
wget && \
|
||||
apt-get clean && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
ADD Rprofile.site /usr/lib/R/etc
|
||||
|
||||
|
||||
|
||||
USER jenkins
|
||||
|
||||
RUN tlmgr init-usertree && \
|
||||
tlmgr option repository ftp://tug.org/historic/systems/texlive/2020/tlnet-final
|
||||
Reference in New Issue
Block a user