diff --git a/.github/workflows/containers.yml b/.github/workflows/containers.yml index 19e22f5..a34608a 100644 --- a/.github/workflows/containers.yml +++ b/.github/workflows/containers.yml @@ -396,6 +396,8 @@ jobs: - run: sleep 5 - name: Test docs wget (webpack) run: wget http://localhost:3000 + - name: Test less + run: less --version - name: Test ssh run: ssh -V - name: Stop container diff --git a/Dockerfile b/Dockerfile index 214d428..d252ed2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -51,6 +51,7 @@ RUN \ g++-multilib \ gpg \ gpg-agent \ + less \ libsdl2-dev \ locales \ nano \