Skip to content
PXW865 edited this page Jul 5, 2022 · 15 revisions

RUN
export http_proxy=${http_proxy};
export https_proxy=${https_proxy};
dnf -y upgrade;
dnf -y install libXext libXrender libXtst xorg-x11-server-Xvfb fontconfig unzip sudo telnet;
dnf -y clean all

ShellCheck

Each individual ShellCheck warning has its own wiki page like SC1000. Use GitHub Wiki's "Pages" feature above to find a specific one, or see Checks.

Clone this wiki locally