From 3dae4577cbcd97fd143aee4e5283831d65d5c3c8 Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 27 Apr 2023 12:46:24 -0700 Subject: [PATCH] Update Dockerfile Makes the viewable screen area more compatible with the newer versions of iDRAC. --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2f79a2b..f25d141 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,8 +2,8 @@ FROM jlesage/baseimage-gui:debian-11 ENV APP_NAME="iDRAC 6" \ IDRAC_PORT=443 \ - DISPLAY_WIDTH=801 \ - DISPLAY_HEIGHT=621 + DISPLAY_WIDTH=1280 \ + DISPLAY_HEIGHT=1024 COPY keycode-hack.c /keycode-hack.c