Skip to content

Commit

Permalink
fjernet litt pakker etc. (#42)
Browse files Browse the repository at this point in the history
Vi legger heller på litt pakker senere, hvis det trengs.
  • Loading branch information
arnfinn authored Feb 1, 2024
1 parent 0d3a8e6 commit 71391fb
Showing 1 changed file with 3 additions and 51 deletions.
54 changes: 3 additions & 51 deletions base-r/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,12 @@ LABEL maintainer "Arnfinn Hykkerud Steindal <arnfinn.hykkerud.steindal@helse-nor

# hadolint ignore=DL3008
RUN apt-get update && apt-get install -y --no-install-recommends \
sudo \
pandoc \
libcurl3-gnutls \
libcurl4-gnutls-dev \
libcairo2-dev \
libxt-dev \
libxml2-dev \
libssl-dev \
libmariadb-dev \
libmysqlclient21 \
lmodern \
locales \
perl \
wget \
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

Expand All @@ -35,7 +29,7 @@ RUN install2.r --error --skipinstalled --ncpus -1 \
remotes \
&& R -e "remotes::install_github('rapporteket/rapbase@*release')"\
&& rm -rf /tmp/downloaded_packages \
&& wget --progress=dot:giga http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz \
&& wget -q http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz \
&& tar -xf install-tl-unx.tar.gz \
&& "$(tar -tf install-tl-unx.tar.gz | head -1)"install-tl -no-doc-install \
-no-src-install \
Expand All @@ -48,52 +42,10 @@ ENV PATH=/usr/local/texlive/bin/x86_64-linux/:${PATH}

RUN tlmgr install \
babel-norsk \
bigintcalc \
bitset \
booktabs \
caption \
collection-langeuropean \
datetime \
epstopdf-pkg \
eso-pic \
etexcmds \
etoolbox \
fancyhdr \
float \
fmtcount \
fontaxes \
framed \
geometry \
gettitlestring \
grfext \
hycolor \
hyperref \
hyphen-norwegian \
intcalc \
kvdefinekeys \
kvsetkeys \
lastpage \
latex-amsmath-dev \
lato \
letltxmacro \
ltxcmds \
marginnote \
microtype \
oberdiek \
pdfescape \
pdflscape \
pdfpages \
ragged2e \
refcount \
rerunfilecheck \
sectsty \
stringenc \
subfig \
textpos \
titlesec \
ucs \
uniquecounter \
xcolor \
zapfding
hyphen-norwegian

CMD ["R"]

0 comments on commit 71391fb

Please sign in to comment.