File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,6 +24,10 @@ We use letters instead of numbers to avoid confusion with the automatic builds s
2424
2525Note that this version is continuously built based on [ texlive/texlive] ( https://gitlab.com/islandoftex/images/texlive ) .
2626
27+ ### Added
28+
29+ - Added ` less `
30+
2731### Changed
2832
2933- Removed packages already available upstream (` git ` , ...)
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ WORKDIR /home
2323RUN mkdir -p /usr/share/man/man1
2424
2525RUN apt-get update -q && \
26- # Install wget
27- apt-get install -qqy -o=Dpkg::Use-Pty=0 --no-install-recommends wget && \
26+ # Install tools less annd wget
27+ apt-get install -qqy -o=Dpkg::Use-Pty=0 --no-install-recommends less wget && \
2828 # Install Ruby's bundler
2929 apt-get install -qqy -o=Dpkg::Use-Pty=0 ruby poppler-utils && gem install bundler && \
3030 # libfile-copy-recursive-perl is required by ctanify
You can’t perform that action at this time.
0 commit comments