feat(dev): add less

Requested by @mcrosson.

See: zmkfirmware/zmk-docker#1
PR: zmkfirmware/zmk-docker#52
This commit is contained in:
innovaker 2021-05-18 11:28:07 +01:00
parent 455347f20a
commit a01e40a640
2 changed files with 3 additions and 0 deletions

View File

@ -396,6 +396,8 @@ jobs:
- run: sleep 5 - run: sleep 5
- name: Test docs wget (webpack) - name: Test docs wget (webpack)
run: wget http://localhost:3000 run: wget http://localhost:3000
- name: Test less
run: less --version
- name: Test ssh - name: Test ssh
run: ssh -V run: ssh -V
- name: Stop container - name: Stop container

View File

@ -51,6 +51,7 @@ RUN \
g++-multilib \ g++-multilib \
gpg \ gpg \
gpg-agent \ gpg-agent \
less \
libsdl2-dev \ libsdl2-dev \
locales \ locales \
nano \ nano \