jbnels
Results
1
comments of
jbnels
It was built using the dockerfile: ```` FROM jlesage/baseimage-gui:debian-11 ENV APP_NAME="iDRAC 6" \ IDRAC_PORT=443 \ DISPLAY_WIDTH=801 \ DISPLAY_HEIGHT=621 COPY keycode-hack.c /keycode-hack.c RUN APP_ICON_URL=https://raw.githubusercontent.com/DomiStyle/docker-idrac6/master/icon.png && \ install_app_icon.sh "$APP_ICON_URL" RUN apt-get update...