From 2e07cb31d47a7b4f487741cd5161c3f5120ba55d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20=C4=8Celeda?= <qceleda@fi.muni.cz> Date: Thu, 14 Nov 2024 06:04:08 +0100 Subject: [PATCH] Install lynx to make more readable curl outputs curl -s https://www.example.com | lynx -nolist -dump -stdin --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d6b3418..9e3b75b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -122,7 +122,8 @@ RUN apt -y install --no-install-recommends \ telnet \ whois \ python3-pip \ - wireshark + wireshark \ + lynx ARG UNAME ARG UPASS -- GitLab