Skip to content

Commit 8e49f9a

Browse files
committed
Add less
1 parent d3f1c49 commit 8e49f9a

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ We use letters instead of numbers to avoid confusion with the automatic builds s
2424

2525
Note 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`, ...)

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ WORKDIR /home
2323
RUN mkdir -p /usr/share/man/man1
2424

2525
RUN 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

0 commit comments

Comments
 (0)